diff options
author | David Barnett <davidbarnett2@gmail.com> | 2016-04-17 15:47:44 -0700 |
---|---|---|
committer | David Barnett <davidbarnett2@gmail.com> | 2016-04-17 17:19:00 -0700 |
commit | 896f548eeebff4e581f4fbd51013e4e61d78ad51 (patch) | |
tree | 84ebb4641446b6fdf057683a118fd1f60d15dcdb /runtime/doc/syntax.txt | |
parent | aae7e8b7dd0123a75076fa1a2dc4fc9e2635738e (diff) | |
download | rneovim-896f548eeebff4e581f4fbd51013e4e61d78ad51.tar.gz rneovim-896f548eeebff4e581f4fbd51013e4e61d78ad51.tar.bz2 rneovim-896f548eeebff4e581f4fbd51013e4e61d78ad51.zip |
vim-patch:88774f
Updated runtime files and Italian messages.
https://github.com/vim/vim/commit/88774fdd23f08355297bb8cda78856859051d3c7
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index d1c1f90c37..81e258f6be 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1,4 +1,4 @@ -*syntax.txt* For Vim version 7.4. Last change: 2015 Jul 21 +*syntax.txt* For Vim version 7.4. Last change: 2015 Aug 13 VIM REFERENCE MANUAL by Bram Moolenaar @@ -3430,7 +3430,7 @@ DEFINING KEYWORDS *:syn-keyword* :syntax keyword Type contained int long char :syntax keyword Type int long contained char :syntax keyword Type int long char contained -< *E789* +< *E789* *E890* When you have a keyword with an optional tail, like Ex commands in Vim, you can put the optional characters inside [], to define all the variations at once: > |