]> git.pld-linux.org Git - packages/vim.git/blob - vim-gzhelp.patch
- updated to 7.3 (-extra and -lang merged into main tarball)
[packages/vim.git] / vim-gzhelp.patch
1 --- vim72/runtime/vimrc_example.vim~    2009-02-11 07:45:02.000000000 +0200
2 +++ vim72/runtime/vimrc_example.vim     2009-04-15 00:21:38.039540629 +0300
3 @@ -31,6 +31,9 @@
4  set showcmd            " display incomplete commands
5  set incsearch          " do incremental searching
6  
7 +" use compressed docs, see :help gzip-helpfile
8 +set helpfile=$VIMRUNTIME/doc/help.txt.gz
9 +
10  " For Win32 GUI: remove 't' flag from 'guioptions': no tearoff menu entries
11  " let &guioptions = substitute(&guioptions, "t", "", "g")
12  
This page took 0.071968 seconds and 3 git commands to generate.