[Assorted-commits] SF.net SVN: assorted:[1543] configs/trunk/src/vim/plugin/_yang.vim
Brought to you by:
yangzhang
From: <yan...@us...> - 2010-01-17 17:56:15
|
Revision: 1543 http://assorted.svn.sourceforge.net/assorted/?rev=1543&view=rev Author: yangzhang Date: 2010-01-17 17:56:04 +0000 (Sun, 17 Jan 2010) Log Message: ----------- always viewing on dark background by default Modified Paths: -------------- configs/trunk/src/vim/plugin/_yang.vim Modified: configs/trunk/src/vim/plugin/_yang.vim =================================================================== --- configs/trunk/src/vim/plugin/_yang.vim 2009-12-31 01:16:05 UTC (rev 1542) +++ configs/trunk/src/vim/plugin/_yang.vim 2010-01-17 17:56:04 UTC (rev 1543) @@ -465,5 +465,6 @@ " central path without removing the . path) set directory^=~/.vim/swap +set bg=dark " vim:et:sw=2:ts=2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |