comparison runtime/ftplugin/vb.vim @ 233:fca8a9b65afa

updated for version 7.0065
author vimboss
date Mon, 28 Mar 2005 20:58:01 +0000
parents 3fc0f57ecb91
children 786b2a8ec970
comparison
equal deleted inserted replaced
232:41e7594cac8b 233:fca8a9b65afa
4 " Last Change: Thu, 22 Nov 2001 12:56:14 W. Europe Standard Time 4 " Last Change: Thu, 22 Nov 2001 12:56:14 W. Europe Standard Time
5 5
6 if exists("b:did_ftplugin") | finish | endif 6 if exists("b:did_ftplugin") | finish | endif
7 let b:did_ftplugin = 1 7 let b:did_ftplugin = 1
8 8
9 setlocal nocindent
10 setlocal autoindent
11 setlocal com=sr:'\ -,mb:'\ \ ,el:'\ \ ,:' 9 setlocal com=sr:'\ -,mb:'\ \ ,el:'\ \ ,:'
12 10
13 " we need this wrapper, as call doesn't allow a count 11 " we need this wrapper, as call doesn't allow a count
14 fun! <SID>VbSearch(pattern, flags) 12 fun! <SID>VbSearch(pattern, flags)
15 let cnt = v:count1 13 let cnt = v:count1