r918 - in /trunk/packages/vim: debian/changelog patches/ruby.vim-ftplugin_ri.diff

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Tue Mar 20 20:12:04 UTC 2007


Author: jamessan
Date: Tue Mar 20 19:12:04 2007
New Revision: 918

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=918
Log:
Remove the 'iskeyword' setting in Ruby's ftplugin as suggested by Tim Pope in #389332.

Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/patches/ruby.vim-ftplugin_ri.diff

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=918&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Tue Mar 20 19:12:04 2007
@@ -16,8 +16,10 @@
     missing.
   * Fix the handling of alternatives which pointed at the stale alternative so
     the alternative isn't changed from auto to manual.
-
- -- James Vega <jamessan at debian.org>  Tue, 20 Mar 2007 15:00:07 -0400
+  * Remove the 'iskeyword' setting in Ruby's ftplugin as suggested by Tim
+    Pope in #389332.
+
+ -- James Vega <jamessan at debian.org>  Tue, 20 Mar 2007 15:09:57 -0400
 
 vim (1:7.0-164+3) unstable; urgency=low
 

Modified: trunk/packages/vim/patches/ruby.vim-ftplugin_ri.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/ruby.vim-ftplugin_ri.diff?rev=918&op=diff
==============================================================================
--- trunk/packages/vim/patches/ruby.vim-ftplugin_ri.diff (original)
+++ trunk/packages/vim/patches/ruby.vim-ftplugin_ri.diff Tue Mar 20 19:12:04 2007
@@ -2,13 +2,12 @@
 ===================================================================
 --- vim/runtime/ftplugin/ruby.vim.orig
 +++ vim/runtime/ftplugin/ruby.vim
-@@ -20,6 +20,10 @@
+@@ -20,6 +20,9 @@
  let s:cpo_save = &cpo
  set cpo&vim
  
 +" Debian patch: use ri for keyword lookup
 +setlocal keywordprg=ri
-+setlocal iskeyword+=?,!
 +
  " Matchit support
  if exists("loaded_matchit") && !exists("b:match_words")




More information about the pkg-vim-maintainers mailing list