Merge pull request #193 from inside/dev

Fix issue #96
This commit is contained in:
David Halter
2013-09-18 07:20:18 -07:00
3 changed files with 4 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ ethinx (@ethinx) <eth2net@gmail.com>
Wouter Overmeire (@lodagro) <lodagro@gmail.com>
Stephen J. Fuhry (@fuhrysteve) <fuhrysteve@gmail.com>
Sheng Yun (@ShengYun) <uewing@gmail.com>
Yann Thomas-Gérard (@inside) <inside@gmail.com>
@something are github user names.

View File

@@ -0,0 +1,3 @@
" We need our own omnifunc, so this overrides the omnifunc set by
" $VIMRUNTIME/ftplugin/python.vim.
setlocal omnifunc=jedi#completions

View File

@@ -1,5 +1,3 @@
let b:did_ftplugin = 1
if !has('python') && !has('python3')
finish
endif