[vim] removed quote in autocommand - solarized

This commit is contained in:
Ethan Schoonover 2011-04-10 00:10:24 -07:00
parent c669333929
commit 4727d3afd6

View file

@ -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 "{{{
" ---------------------------------------------------------------------