We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b9528c + 6f2473f commit 1a5ca84Copy full SHA for 1a5ca84
1 file changed
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