diff runtime/doc/options.txt @ 653:5acda076fb0c

updated for version 7.0192
author vimboss
date Sat, 04 Feb 2006 00:57:42 +0000
parents 662e40bd2be1
children b112ec5c73f0
line wrap: on
line diff
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt*	For Vim version 7.0aa.  Last change: 2006 Jan 31
+*options.txt*	For Vim version 7.0aa.  Last change: 2006 Feb 02
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -5835,6 +5835,10 @@ A jump table for the options with a shor
 	files twice.
 	How the related spell files are found is explained here: |spell-load|.
 
+	If the |spellfile.vim| plugin is active and you use a language name
+	for which Vim cannot find the .spl file in 'runtimepath' the plugin
+	will ask you if you want to download the file.
+
 	After this option has been set successfully, Vim will source the files
 	"spell/LANG.vim" in 'runtimepath'.  "LANG" is the value of 'spelllang'
 	up to the first comma, dot or underscore.