Author: glen Date: Wed Apr 15 07:31:09 2009 GMT Module: SOURCES Tag: HEAD ---- Log message: - compress help docs
---- Files affected: SOURCES: vim-gzhelp.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/vim-gzhelp.patch diff -u /dev/null SOURCES/vim-gzhelp.patch:1.1 --- /dev/null Wed Apr 15 09:31:09 2009 +++ SOURCES/vim-gzhelp.patch Wed Apr 15 09:31:03 2009 @@ -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") + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
