comparison runtime/doc/syntax.txt @ 13818:28ac7914b2b6

Update runtime files and translations commit https://github.com/vim/vim/commit/15142e27aaafa15b72d1042c25fbb5e4f12b6736 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 30 22:19:58 2018 +0200 Update runtime files and translations
author Christian Brabandt <cb@256bit.org>
date Mon, 30 Apr 2018 22:30:08 +0200
parents 167a030448fa
children 1174611ad715
comparison
equal deleted inserted replaced
13817:49f764b1d6cc 13818:28ac7914b2b6
1 *syntax.txt* For Vim version 8.0. Last change: 2018 Jan 31 1 *syntax.txt* For Vim version 8.0. Last change: 2018 Apr 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
4625 "~/.vim/colors/mine.vim", and use `:runtime` to load 4625 "~/.vim/colors/mine.vim", and use `:runtime` to load
4626 the original colorscheme: > 4626 the original colorscheme: >
4627 runtime colors/evening.vim 4627 runtime colors/evening.vim
4628 hi Statement ctermfg=Blue guifg=Blue 4628 hi Statement ctermfg=Blue guifg=Blue
4629 4629
4630 < After the color scheme has been loaded the 4630 < Before the color scheme will be loaded the
4631 |ColorSchemePre| autocommand event is triggered.
4632 After the color scheme has been loaded the
4631 |ColorScheme| autocommand event is triggered. 4633 |ColorScheme| autocommand event is triggered.
4632 For info about writing a colorscheme file: > 4634 For info about writing a colorscheme file: >
4633 :edit $VIMRUNTIME/colors/README.txt 4635 :edit $VIMRUNTIME/colors/README.txt
4634 4636
4635 :hi[ghlight] List all the current highlight groups that have 4637 :hi[ghlight] List all the current highlight groups that have