commit | a40ceaf88a6e2fbea7022dd84cd8dd5d903699e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 13 22:35:40 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 13 22:35:40 2006 +0000 |
tree | 204e108bdab14c1f09ce1746ac7b432f19fc5af7 | |
parent | 4770d09abd866bb53d95895dc6a5c5fe7cccb619 [diff] [blame] |
updated for version 7.0180
diff --git a/runtime/ftplugin/python.vim b/runtime/ftplugin/python.vim index 4834b40..8e6a03f 100644 --- a/runtime/ftplugin/python.vim +++ b/runtime/ftplugin/python.vim
@@ -14,6 +14,8 @@ setlocal comments-=:% setlocal commentstring=#%s +setlocal omnifunc=pycomplete#Complete + set wildignore+=*.pyc nnoremap <silent> <buffer> ]] :call <SID>Python_jump('/^\(class\\|def\)')<cr>