We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9528c commit 6f2473fCopy full SHA for 6f2473f
ftplugin/python/ipy.vim
@@ -107,6 +107,9 @@ def km_from_string(s=''):
107
return
108
km.start_channels()
109
send = km.shell_channel.execute
110
+
111
+ # now that we're connect to an ipython kernel, activate completion machinery
112
+ vim.command('set completefunc=CompleteIPython')
113
return km
114
115
def echo(arg,style="Question"):
@@ -522,4 +525,3 @@ endpython
522
525
return res
523
526
endif
524
527
endfun
-set completefunc=CompleteIPython
0 commit comments