r1003 - in /trunk/packages/vim/patches: ruby.vim_indent.diff series

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Tue Aug 7 17:42:39 UTC 2007


Author: jamessan
Date: Tue Aug  7 17:42:39 2007
New Revision: 1003

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1003
Log:
Add ruby.vim_indent.diff to close #431212

Added:
    trunk/packages/vim/patches/ruby.vim_indent.diff
Modified:
    trunk/packages/vim/patches/series

Added: trunk/packages/vim/patches/ruby.vim_indent.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/ruby.vim_indent.diff?rev=1003&op=file
==============================================================================
--- trunk/packages/vim/patches/ruby.vim_indent.diff (added)
+++ trunk/packages/vim/patches/ruby.vim_indent.diff Tue Aug  7 17:42:39 2007
@@ -1,0 +1,13 @@
+Index: vim/runtime/indent/ruby.vim
+===================================================================
+--- vim/runtime/indent/ruby.vim.orig
++++ vim/runtime/indent/ruby.vim
+@@ -78,7 +78,7 @@
+ " Expression used for searchpair() call for finding match for 'end' keyword.
+ let s:end_skip_expr = s:skip_expr .
+       \ ' || (expand("<cword>") == "do"' .
+-      \ ' && getline(".") =~ "^\\s*\\<while\\|until\\|for\\>")'
++      \ ' && getline(".") =~ "^\\s*\\<\\(while\\|until\\|for\\)\\>")'
+ 
+ " Regex that defines continuation lines, not including (, {, or [.
+ let s:continuation_regex = '\%([\\*+/.,=:-]\|\W[|&?]\|||\|&&\)\s*\%(#.*\)\=$'

Modified: trunk/packages/vim/patches/series
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/series?rev=1003&op=diff
==============================================================================
--- trunk/packages/vim/patches/series (original)
+++ trunk/packages/vim/patches/series Tue Aug  7 17:42:39 2007
@@ -20,3 +20,4 @@
 spell.c_getc-eof.diff -p0
 gui_gtk_x11.c_g_thread_init.diff -p0
 verilog.vim_ftplugin-cpoptions.diff -p0
+ruby.vim_indent.diff -p0




More information about the pkg-vim-maintainers mailing list