r657 - /trunk/packages/vim/debian/runtime/gvimrc

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Thu May 11 01:07:58 UTC 2006


Author: jamessan
Date: Thu May 11 01:07:58 2006
New Revision: 657

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=657
Log:
In the spirit of source vimrc.local, also source gvimrc.local.
Reword the comment about dark background for gvim.

Modified:
    trunk/packages/vim/debian/runtime/gvimrc

Modified: trunk/packages/vim/debian/runtime/gvimrc
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/runtime/gvimrc?rev=657&op=diff
==============================================================================
--- trunk/packages/vim/debian/runtime/gvimrc (original)
+++ trunk/packages/vim/debian/runtime/gvimrc Thu May 11 01:07:58 2006
@@ -8,7 +8,13 @@
 "  set guifont=-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1
 "endif
 
-" If you want to run gvim with a dark background there is no easy way to do
-" that hacking the configuration file. Consider running 'gvim -reverse'
-" instead.
+" If you want to run gvim with a dark background, try using a different
+" colorscheme or running 'gvim -reverse'.
+" http://www.cs.cmu.edu/~maverick/VimColorSchemeTest/ has examples and
+" downloads for the colorschemes on vim.org
 
+" Source a global configuration file if available
+" XXX Deprecated, please move your changes here in /etc/vim/gvimrc
+if filereadable("/etc/vim/gvimrc.local")
+  source /etc/vim/gvimrc.local
+endif




More information about the pkg-vim-maintainers mailing list