aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorKillTheMule <KillTheMule@users.noreply.github.com>2016-05-01 22:19:40 +0200
committerKillTheMule <KillTheMule@users.noreply.github.com>2016-05-03 19:25:18 +0200
commit3c45e3b42a6c8c48d4f2bc7d51ccfa0f6781d849 (patch)
treebc4056ebc380e77e511b03bb5f638a8779b294e2 /runtime/doc/syntax.txt
parent91afb30b667bbc321d351708f694d00b256be585 (diff)
downloadrneovim-3c45e3b42a6c8c48d4f2bc7d51ccfa0f6781d849.tar.gz
rneovim-3c45e3b42a6c8c48d4f2bc7d51ccfa0f6781d849.tar.bz2
rneovim-3c45e3b42a6c8c48d4f2bc7d51ccfa0f6781d849.zip
vim-patch:a0f849e
Update runtime files. https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2 Missing files runtime/doc/tags and runtime/doc/todo.txt. Excluded runtime/syntax/vim.vim, since we diverged quite a bit from vim in this file.
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 1f392cd0b5..3e844c84a1 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 Sep 29
+*syntax.txt* For Vim version 7.4. Last change: 2015 Oct 17
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1076,7 +1076,7 @@ CPP *cpp.vim* *ft-cpp-syntax*
Most of things are same as |ft-c-syntax|.
Variable Highlight ~
-cpp_no_c11 don't highlight C++11 standard items
+cpp_no_cpp11 don't highlight C++11 standard items
CSH *csh.vim* *ft-csh-syntax*