From 4727d3afd6ac9278e4e5dcee6762ed8bb3501eef Mon Sep 17 00:00:00 2001 From: Ethan Schoonover Date: Sun, 10 Apr 2011 00:10:24 -0700 Subject: [vim] removed quote in autocommand - solarized --- colors/solarized.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/solarized.vim b/colors/solarized.vim index 0df0e00..57d2e15 100644 --- a/colors/solarized.vim +++ b/colors/solarized.vim @@ -4,7 +4,7 @@ " (see this url for latest release & screenshots) " License: OSI approved MIT license (see end of this file) " Created: In the middle of the night -" Modified: 2011 Apr 09 +" Modified: 2011 Apr 10 " " Usage "{{{ " @@ -940,7 +940,7 @@ hi! link pandocMetadataTitle pandocMetadata " mode (detected with the script scope s:vmode variable). It also allows for " other potential terminal customizations that might make gui mode suboptimal. " -autocmd GUIEnter * if (s:vmode != "gui") | exe "colorscheme " . g:colors_name "| endif +autocmd GUIEnter * if (s:vmode != "gui") | exe "colorscheme " . g:colors_name | endif "}}} " License "{{{ " --------------------------------------------------------------------- -- cgit v1.2.3-70-g09d2