]> git.pld-linux.org Git - packages/vim.git/blob - vim-python.vim-ftplugin_pydoc.patch
- updated to 7.1.100
[packages/vim.git] / vim-python.vim-ftplugin_pydoc.patch
1 Index: vim/runtime/ftplugin/python.vim
2 ===================================================================
3 --- vim/runtime/ftplugin/python.vim.orig
4 +++ vim/runtime/ftplugin/python.vim
5 @@ -14,6 +14,9 @@
6  setlocal comments-=:%
7  setlocal commentstring=#%s
8  
9 +" Debian patch: use pydoc for keyword lookup
10 +setlocal keywordprg=pydoc
11 +
12  setlocal omnifunc=pythoncomplete#Complete
13  
14  set wildignore+=*.pyc
This page took 0.303983 seconds and 3 git commands to generate.