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.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/big_file_options.txt b/doc/big_file_options.txt
index 72460bd..aaea917 100644
--- a/doc/big_file_options.txt
+++ b/doc/big_file_options.txt
@@ -25,18 +25,18 @@ OPTIONS *big_file_options-options*
There are a few options you can set at any time before loading big files; it's
probably best to put them in your |vimrc|.
- *g:big_file_size*
-Set `g:big_file_size` to the threshold in bytes beyond which a file should be
-considered "big"; this defaults to 10 MiB.
-
- *g:big_file_syntax*
-Set `g:big_file_syntax` to either 1 or 0 depending on whether you want to
-disable syntax highlighting completely on large files.
-
- *g:big_file_synmaxcol*
-Set `g:big_file_synmaxcol` to the number of columns for which syntax
-highlighting should be done on big files, assuming |g:big_file_syntax| is
-enabled. It defaults to 256 and only works if you have the |+synmaxcol|
+ *g:big_file_options_size*
+Set `g:big_file_options_size` to the threshold in bytes beyond which a file
+should be considered "big"; this defaults to 10 MiB.
+
+ *g:big_file_options_syntax*
+Set `g:big_file_options_syntax` to either 1 or 0 depending on whether you want
+to disable syntax highlighting completely on large files.
+
+ *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. It defaults to 256 and only works if you have the |+synmaxcol|
feature.
AUTHOR *big_file_options-author*