]> git.pld-linux.org Git - packages/vim.git/blob - vim-python_ts.patch
- release 2 - added desktop for pure vim
[packages/vim.git] / vim-python_ts.patch
1 diff -Nur vim62.orig/runtime/ftplugin/python.vim vim62/runtime/ftplugin/python.vim
2 --- vim62.orig/runtime/ftplugin/python.vim      Sat May 24 14:59:06 2003
3 +++ vim62/runtime/ftplugin/python.vim   Wed Aug 20 00:01:02 2003
4 @@ -13,9 +13,6 @@
5  " setlocal comments-=:%
6  setlocal commentstring=#%s
7  
8 -" Python always uses a 'tabstop' of 8.
9 -setlocal ts=8
10 -
11  set wildignore+=*.pyc
12  
13  nnoremap <silent> <buffer> ]] :call <SID>Python_jump('/^\(class\\|def\)')<cr>
This page took 0.0293 seconds and 3 git commands to generate.