Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5b32a6 commit f64d22dCopy full SHA for f64d22d
1 file changed
ftplugin/python/vim_ipython.py
@@ -300,7 +300,7 @@ def get_doc_buffer(level=0):
300
vim.command('setlocal syntax=python')
301
302
def ipy_complete(base, current_line, pos):
303
- msg_id = kc.shell_channel.complete(base, current_line, pos)
+ msg_id = kc.shell_channel.complete(base, current_line, len(current_line))
304
try:
305
m = get_child_msg(msg_id)
306
matches = m['content']['matches']
0 commit comments