aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-06-19 23:59:39 -0400
committerJames McCoy <jamessan@jamessan.com>2016-07-08 01:38:21 -0400
commit28300a1293b17072c1c5f053a55aae2268454246 (patch)
tree30696c31e5fc18d88ee1712128b78f3218acc82c /runtime/doc/syntax.txt
parent562b17260fb1eafe5e49412997bc81de29d24ccb (diff)
downloadrneovim-28300a1293b17072c1c5f053a55aae2268454246.tar.gz
rneovim-28300a1293b17072c1c5f053a55aae2268454246.tar.bz2
rneovim-28300a1293b17072c1c5f053a55aae2268454246.zip
vim-patch:f391327
Updated runtime files. https://github.com/vim/vim/commit/f391327adbbffb11180cf6038a92af1ed144e907 Ignore changes to * doc/todo.txt: Irrelevant for Neovim * doc/channel.txt: Channel docs * doc/tags, syntax/vim.vim: Generated at build time
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 4e4ea39e7c..f7e9ece3d8 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -1,4 +1,4 @@
-*syntax.txt* For Vim version 7.4. Last change: 2016 Jan 28
+*syntax.txt* For Vim version 7.4. Last change: 2016 Feb 24
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3345,6 +3345,13 @@ Note that schemas are not actually limited to plain scalars, but this is the
only difference between schemas defined in YAML specification and the only
difference defined in the syntax file.
+
+ZSH *zsh.vim* *ft-zsh-syntax*
+
+The syntax script for zsh allows for syntax-based folding: >
+
+ :let g:zsh_fold_enable = 1
+
==============================================================================
5. Defining a syntax *:syn-define* *E410*