aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-08-02 16:36:42 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-08-02 16:36:42 +0200
commitdf636003bf84ce94ed1e1f02a54c82069fb8b235 (patch)
treef4d8017b75aabf43622b56f3446bec267af5399d /runtime/doc/syntax.txt
parent9bc4f275b364741e38e925d946becfa155d96ddb (diff)
downloadrneovim-df636003bf84ce94ed1e1f02a54c82069fb8b235.tar.gz
rneovim-df636003bf84ce94ed1e1f02a54c82069fb8b235.tar.bz2
rneovim-df636003bf84ce94ed1e1f02a54c82069fb8b235.zip
doc: remove "{not available ...}" noise
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index f842178d49..e5b65554d4 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -3985,7 +3985,6 @@ This will make each {} block form one fold.
The fold will start on the line where the item starts, and end where the item
ends. If the start and end are within the same line, there is no fold.
The 'foldnestmax' option limits the nesting of syntax folds.
-{not available when Vim was compiled without |+folding| feature}
*:syn-contains* *E405* *E406* *E407* *E408* *E409*