diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-05-23 23:49:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-23 23:49:38 +0200 |
commit | a20892c4bc2ece88920fdea61aa6c3ac68eb1bcc (patch) | |
tree | 24e51aa46b47fef6f88cd0e08f9b8c97dd7b7703 /runtime/doc/syntax.txt | |
parent | 37ee800b519c2e071ad6cfe623721521558bb12d (diff) | |
download | rneovim-a20892c4bc2ece88920fdea61aa6c3ac68eb1bcc.tar.gz rneovim-a20892c4bc2ece88920fdea61aa6c3ac68eb1bcc.tar.bz2 rneovim-a20892c4bc2ece88920fdea61aa6c3ac68eb1bcc.zip |
vim-patch:partial 2d8ed0203aed (#18675)
* vim-patch:partial 2d8ed0203aed
Update runtime files.
https://github.com/vim/vim/commit/2d8ed0203aedd5f6c22efa99394a3677c17c7a7a
Skip:
runtime/doc/map.txt
runtime/doc/syntax.txt
runtime/doc/usr_51.txt
runtime/doc/usr_52.txt
runtime/syntax/help.vim
runtime/syntax/vim.vim
Co-authored-by: Sean Dewar <seandewar@users.noreply.github.com>
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index c3ad704bb7..4122f4ad9c 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1476,7 +1476,7 @@ modes Conditional, Number, Statement, Comment, PreProc, Type, and String, following the language specifications in 'Symbolic Manipulation with FORM' by J.A.M. Vermaseren, CAN, Netherlands, 1991. -If you want include your own changes to the default colors, you have to +If you want to include your own changes to the default colors, you have to redefine the following syntax groups: - formConditional |