diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-12 21:52:12 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-12 21:52:12 +0000 |
commit | 18144c84231aee36ae1d11b74941c9b318f1706a (patch) | |
tree | 6b9cf7e0337cd5966089e795c9278a1a86f9d5c1 /runtime/ftplugin | |
parent | 4c3f536f472c7443ed4f672ae6d35a28805d7641 (diff) | |
download | vim-18144c84231aee36ae1d11b74941c9b318f1706a.zip |
updated for version 7.0d02
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r-- | runtime/ftplugin/python.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ftplugin/python.vim b/runtime/ftplugin/python.vim index 8e6a03f04..e7c6d6b01 100644 --- a/runtime/ftplugin/python.vim +++ b/runtime/ftplugin/python.vim @@ -14,7 +14,7 @@ setlocal suffixesadd=.py setlocal comments-=:% setlocal commentstring=#%s -setlocal omnifunc=pycomplete#Complete +setlocal omnifunc=pythoncomplete#Complete set wildignore+=*.pyc |