mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-06 10:54:22 +08:00
remove slash to pass check for code quality
This commit is contained in:
@@ -361,7 +361,7 @@ def completions():
|
||||
signatures = script.get_signatures(*get_pos(column))
|
||||
|
||||
add_info = \
|
||||
any(option in vim.eval("&completeopt").split(",") \
|
||||
any(option in vim.eval("&completeopt").split(",")
|
||||
for option in ("preview", "popup"))
|
||||
out = []
|
||||
for c in completions:
|
||||
|
||||
Reference in New Issue
Block a user