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