Skip to content

Commit 2861a3b

Browse files
committed
fix(call_signatures_floatwin): use noautocmd=True with neovim
Ref: neovim/neovim@802f842
1 parent f103084 commit 2861a3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonx/jedi_vim.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,6 +1094,7 @@ def call_signatures_floatwin(signatures):
10941094
'row': floatwin_row_offset,
10951095
'anchor': 'NW',
10961096
'style': 'minimal',
1097+
'noautocmd': True,
10971098
}
10981099
win = vim.api.open_win(buf, 0, opts)
10991100
vim.api.buf_set_option(buf, 'syntax', 'jedi_signature')

0 commit comments

Comments
 (0)