From 843ee41eb8258ac50ed81976757d8b228382a880 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 30 Jun 2004 16:16:41 +0000 Subject: updated for version 7.0003 --- runtime/ftplugin/aspvbs.vim | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'runtime/ftplugin') diff --git a/runtime/ftplugin/aspvbs.vim b/runtime/ftplugin/aspvbs.vim index 006e3ce20..e3bc70980 100644 --- a/runtime/ftplugin/aspvbs.vim +++ b/runtime/ftplugin/aspvbs.vim @@ -1,7 +1,7 @@ " Vim filetype plugin file " Language: aspvbs " Maintainer: Dan Sharp -" Last Changed: 2003 Sep 29 +" Last Changed: 2004 Jun 28 " URL: http://mywebpage.netscape.com/sharppeople/vim/ftplugin if exists("b:did_ftplugin") | finish | endif @@ -35,15 +35,16 @@ endif " thanks to Gontran BAERTS if exists("loaded_matchit") let s:notend = '\%(\:^\s\+\:\:\,' . - \ s:notend . '\:\:\:\,' . - \ '^\s*\:\,' . - \ '^\s*\:\,' . - \ '\:\,' . - \ '^\s*\:\,' . - \ '^\s*\:\,' . - \ '\:\,' . + \ s:notend . '\\%(.\{-}then\s\+\w\)\@!:\:^\s*\:\,' . + \ s:notend . '\:\:\:\,' . + \ '^\s*\:\,' . + \ '^\s*\:\,' . + \ '\:\,' . + \ '^\s*\:\,' . + \ '^\s*\:\,' . + \ '\:\,' . \ s:match_words endif @@ -52,7 +53,7 @@ if has("gui_win32") let b:browsefilter="ASP Files (*.asp)\t*.asp\n" . s:browsefilter endif -let b:undo_ftplugin = "unlet! b:match_words b:browsefilter | " . s:undo_ftplugin +let b:undo_ftplugin = "unlet! b:match_words b:match_ignorecase b:browsefilter | " . s:undo_ftplugin " Restore the saved compatibility options. let &cpo = s:save_cpo -- cgit v1.2.1