comparison runtime/doc/syntax.txt @ 10319:169a62d5bcb9

commit https://github.com/vim/vim/commit/b4ada79aa7d0d1e5da3a659b1a203d7cae9f7f59 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 30 21:55:26 2016 +0100 Runtime file updates.
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Oct 2016 22:00:04 +0100
parents bdd7fc1a38c0
children 523cd59d6db0
comparison
equal deleted inserted replaced
10318:a0279bd5d079 10319:169a62d5bcb9
1 *syntax.txt* For Vim version 8.0. Last change: 2016 Sep 29 1 *syntax.txt* For Vim version 8.0. Last change: 2016 Oct 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
4595 Also searches all plugins in 'packpath', first below 4595 Also searches all plugins in 'packpath', first below
4596 "start" and then under "opt". 4596 "start" and then under "opt".
4597 4597
4598 Doesn't work recursively, thus you can't use 4598 Doesn't work recursively, thus you can't use
4599 ":colorscheme" in a color scheme script. 4599 ":colorscheme" in a color scheme script.
4600 After the color scheme has been loaded the 4600
4601 To customize a colorscheme use another name, e.g.
4602 "~/.vim/colors/mine.vim", and use `:runtime` to load
4603 the original colorscheme: >
4604 runtime colors/evening.vim
4605 hi Statement ctermfg=Blue guifg=Blue
4606
4607 < After the color scheme has been loaded the
4601 |ColorScheme| autocommand event is triggered. 4608 |ColorScheme| autocommand event is triggered.
4602 For info about writing a colorscheme file: > 4609 For info about writing a colorscheme file: >
4603 :edit $VIMRUNTIME/colors/README.txt 4610 :edit $VIMRUNTIME/colors/README.txt
4604 4611
4605 :hi[ghlight] List all the current highlight groups that have 4612 :hi[ghlight] List all the current highlight groups that have