mirror of
https://github.com/altercation/solarized
synced 2024-11-21 19:23:02 +00:00
[vim] removed quote in autocommand - solarized
This commit is contained in:
parent
c669333929
commit
4727d3afd6
1 changed files with 2 additions and 2 deletions
|
@ -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 "{{{
|
||||
" ---------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue