summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-24 23:07:47 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-24 23:07:47 +0000
commit1ec484f58e9fef3666e80aa835d99a287c155911 (patch)
tree0481a24509748a218d3abb861103c9c385b6f75e /runtime/doc
parent0a5fe2140db2e6688a7ef42031a21d8293038715 (diff)
updated for version 7.0092
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/options.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 7b37b73a66..915f3ebe38 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 7.0aa. Last change: 2005 Jun 23
+*options.txt* For Vim version 7.0aa. Last change: 2005 Jun 24
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5673,6 +5673,9 @@ A jump table for the options with a short description can be found at |Q_op|.
region by listing them: "en_us,en_ca" supports both US and Canadian
English, but not words specific for Australia, New Zealand or Great
Britain.
+ As a special case the name of a .spl file can be given as-is. This is
+ mainly for testing purposes. You must make sure the correct encoding
+ is used, Vim doesn't check it.
When 'encoding' is set the word lists are reloaded. Thus it's a good
idea to set 'spelllang' after setting 'encoding'.
How the related spell files are found is explained here: |spell-load|.