aboutsummaryrefslogtreecommitdiff
path: root/doc/big_file_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/big_file_options.txt')
-rw-r--r--doc/big_file_options.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/big_file_options.txt b/doc/big_file_options.txt
index 0603dc0..713a6bc 100644
--- a/doc/big_file_options.txt
+++ b/doc/big_file_options.txt
@@ -1,4 +1,4 @@
-*big_file_options.txt* For Vim version 6.0 Last change: 2018 July 7
+*big_file_options.txt* For Vim version 7.0 Last change: 2018 July 7
DESCRIPTION *big_file_options*
@@ -40,8 +40,7 @@ to disable syntax highlighting completely on large files; this defaults to on.
*g:big_file_options_synmaxcol*
Set `g:big_file_options_synmaxcol` to the number of columns for which syntax
highlighting should be done on big files, assuming |g:big_file_options_syntax|
-is enabled. This defaults to 256, and only works if you have the |+synmaxcol|
-feature.
+is enabled. This defaults to 256.
AUTHOR *big_file_options-author*