summaryrefslogtreecommitdiffstats
path: root/vim/plugin
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-04 05:47:33 -0500
committerdoy <doy@tozt.net>2009-01-04 05:47:33 -0500
commit7bdaa94417b15a561a115c81d396512c5b6ceaa8 (patch)
treeee11f65b29b7ff34f299421160b2b89e1e97af3c /vim/plugin
parent2a5f7c11b49def92bbccb0c71b3fa6c84d8358d8 (diff)
downloadconf-7bdaa94417b15a561a115c81d396512c5b6ceaa8.tar.gz
conf-7bdaa94417b15a561a115c81d396512c5b6ceaa8.zip
update matchit plugin
Diffstat (limited to 'vim/plugin')
-rw-r--r--vim/plugin/matchit.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/vim/plugin/matchit.vim b/vim/plugin/matchit.vim
index 9508ec7..e41cda9 100644
--- a/vim/plugin/matchit.vim
+++ b/vim/plugin/matchit.vim
@@ -1,7 +1,7 @@
" matchit.vim: (global plugin) Extended "%" matching
-" Last Change: Sun Sep 09 09:00 AM 2007 EDT
+" Last Change: Fri Jan 25 10:00 AM 2008 EST
" Maintainer: Benji Fisher PhD <benji@member.AMS.org>
-" Version: 1.13.1, for Vim 6.3+
+" Version: 1.13.2, for Vim 6.3+
" URL: http://www.vim.org/script.php?script_id=39
" Documentation:
@@ -398,6 +398,7 @@ fun! s:ParseWords(groups)
endwhile " Now, tail has been used up.
let parsed = parsed . ","
endwhile " groups =~ '[^,:]'
+ let parsed = substitute(parsed, ',$', '', '')
return parsed
endfun