summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 18:44:18 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 18:44:18 +0000
commit34e0bfaa809dbe9082b851cebc59a56a2b020577 (patch)
tree184b29869283ead782c761f7dcb649b56fc03c73 /runtime/doc
parentb15c8332229dd223d1a02591df0d2ff8e60c866d (diff)
updated for version 7.1b
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/spell.txt7
-rw-r--r--runtime/doc/usr_01.txt2
-rw-r--r--runtime/doc/usr_27.txt2
3 files changed, 7 insertions, 4 deletions
diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt
index b6f0c1ff57..195f35588a 100644
--- a/runtime/doc/spell.txt
+++ b/runtime/doc/spell.txt
@@ -1,4 +1,4 @@
-*spell.txt* For Vim version 7.1a. Last change: 2007 Apr 22
+*spell.txt* For Vim version 7.1b. Last change: 2007 May 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -624,7 +624,7 @@ ask you where to write the file.
The plugin has a default place where to look for spell files, on the Vim ftp
server. If you want to use another location or another protocol, set the
g:spellfile_URL variable to the directory that holds the spell files. The
-|netrw| plugin is used for getting the file, look there for the speficic
+|netrw| plugin is used for getting the file, look there for the specific
syntax of the URL. Example: >
let g:spellfile_URL = 'http://ftp.vim.org/vim/runtime/spell'
You may need to escape special characters.
@@ -654,6 +654,9 @@ The default "spellfile.vim" plugin uses this autocommand, if you define your
autocommand afterwards you may want to use ":au! SpellFileMissing" to overrule
it. If you define your autocommand before the plugin is loaded it will notice
this and not do anything.
+ *E797*
+Note that the SpellFileMissing autocommand must not change or destroy the
+buffer the user was editing.
==============================================================================
4. Spell file format *spell-file-format*
diff --git a/runtime/doc/usr_01.txt b/runtime/doc/usr_01.txt
index 971490333c..fe76a58452 100644
--- a/runtime/doc/usr_01.txt
+++ b/runtime/doc/usr_01.txt
@@ -1,4 +1,4 @@
-*usr_01.txt* For Vim version 7.1a. Last change: 2006 Oct 08
+*usr_01.txt* For Vim version 7.1b. Last change: 2006 Oct 08
VIM USER MANUAL - by Bram Moolenaar
diff --git a/runtime/doc/usr_27.txt b/runtime/doc/usr_27.txt
index 9d904a59a0..a6b23f5d38 100644
--- a/runtime/doc/usr_27.txt
+++ b/runtime/doc/usr_27.txt
@@ -1,4 +1,4 @@
-*usr_27.txt* For Vim version 7.1a. Last change: 2006 Apr 24
+*usr_27.txt* For Vim version 7.1b. Last change: 2006 Apr 24
VIM USER MANUAL - by Bram Moolenaar