r1111 - in /trunk/packages/vim: debian/changelog patches/series patches/spellfile.vim-doc.diff

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Fri Dec 7 15:57:04 UTC 2007


Author: jamessan
Date: Fri Dec  7 15:57:04 2007
New Revision: 1111

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1111
Log:
* Add spellfile.vim-doc.diff, which explains that a writable spell directory
  must exist for the plugin to download spell files.  (Closes: #421045)

Added:
    trunk/packages/vim/patches/spellfile.vim-doc.diff
Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/patches/series

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=1111&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Fri Dec  7 15:57:04 2007
@@ -8,7 +8,11 @@
   [ Debian Vim Maintainers ]
   * New upstream patch (168), see README.gz for details.
 
- -- James Vega <jamessan at debian.org>  Fri, 07 Dec 2007 08:56:19 -0500
+  [ James Vega ]
+  * Add spellfile.vim-doc.diff, which explains that a writable spell directory
+    must exist for the plugin to download spell files.  (Closes: #421045)
+
+ -- James Vega <jamessan at debian.org>  Fri, 07 Dec 2007 10:54:18 -0500
 
 vim (1:7.1-167+1) unstable; urgency=low
 

Modified: trunk/packages/vim/patches/series
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/series?rev=1111&op=diff
==============================================================================
--- trunk/packages/vim/patches/series (original)
+++ trunk/packages/vim/patches/series Fri Dec  7 15:57:04 2007
@@ -26,3 +26,4 @@
 lhaskell.vim-syntax.diff -p0
 fstab.vim-syntax.diff -p0
 filetype.vim-debfiles.diff -p0
+spellfile.vim-doc.diff -p0

Added: trunk/packages/vim/patches/spellfile.vim-doc.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/spellfile.vim-doc.diff?rev=1111&op=file
==============================================================================
--- trunk/packages/vim/patches/spellfile.vim-doc.diff (added)
+++ trunk/packages/vim/patches/spellfile.vim-doc.diff Fri Dec  7 15:57:04 2007
@@ -1,0 +1,16 @@
+Index: vim/runtime/doc/spell.txt
+===================================================================
+--- vim/runtime/doc/spell.txt.orig
++++ vim/runtime/doc/spell.txt
+@@ -618,8 +618,9 @@
+ 
+ If the spell file for the language you are using is not available, you will
+ get an error message.  But if the "spellfile.vim" plugin is active it will
+-offer you to download the spell file.  Just follow the instructions, it will
+-ask you where to write the file.
++offer you to download the spell file.  The plugin requires that there is a
++spell directory writable by the user in their 'runtimepath'.  Just follow the
++instructions, it will 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




More information about the pkg-vim-maintainers mailing list