Runtime file updates.

This commit is contained in:
Bram Moolenaar
2016-10-30 21:55:26 +01:00
parent fb63090b62
commit b4ada79aa7
10 changed files with 96 additions and 65 deletions

View File

@ -1,4 +1,4 @@
*syntax.txt* For Vim version 8.0. Last change: 2016 Sep 29
*syntax.txt* For Vim version 8.0. Last change: 2016 Oct 30
VIM REFERENCE MANUAL by Bram Moolenaar
@ -4597,7 +4597,14 @@ in their own color.
Doesn't work recursively, thus you can't use
":colorscheme" in a color scheme script.
After the color scheme has been loaded the
To customize a colorscheme use another name, e.g.
"~/.vim/colors/mine.vim", and use `:runtime` to load
the original colorscheme: >
runtime colors/evening.vim
hi Statement ctermfg=Blue guifg=Blue
< After the color scheme has been loaded the
|ColorScheme| autocommand event is triggered.
For info about writing a colorscheme file: >
:edit $VIMRUNTIME/colors/README.txt