]> git.pld-linux.org Git - packages/vim.git/commitdiff
- compress help docs
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 15 Apr 2009 07:31:03 +0000 (07:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-gzhelp.patch -> 1.1

vim-gzhelp.patch [new file with mode: 0644]

diff --git a/vim-gzhelp.patch b/vim-gzhelp.patch
new file mode 100644 (file)
index 0000000..d017edf
--- /dev/null
@@ -0,0 +1,12 @@
+--- vim72/runtime/vimrc_example.vim~   2009-02-11 07:45:02.000000000 +0200
++++ vim72/runtime/vimrc_example.vim    2009-04-15 00:21:38.039540629 +0300
+@@ -31,6 +31,9 @@
+ set showcmd           " display incomplete commands
+ set incsearch         " do incremental searching
++" use compressed docs, see :help gzip-helpfile
++set helpfile=$VIMRUNTIME/doc/help.txt.gz
++
+ " For Win32 GUI: remove 't' flag from 'guioptions': no tearoff menu entries
+ " let &guioptions = substitute(&guioptions, "t", "", "g")
This page took 0.09461 seconds and 4 git commands to generate.