Lines Matching refs:b
7 if exists("b:did_ftplugin")
20 unlet! b:did_ftplugin
24 if exists("b:undo_ftplugin")
25 let s:undo_ftplugin = b:undo_ftplugin
26 unlet b:undo_ftplugin
28 if exists("b:browsefilter")
29 let s:browsefilter = b:browsefilter
30 unlet b:browsefilter
32 if exists("b:match_words")
33 let s:match_words = b:match_words
34 unlet b:match_words
38 let b:did_ftplugin = 1
43 if exists("b:undo_ftplugin")
44 let s:undo_ftplugin = b:undo_ftplugin . " | " . s:undo_ftplugin
46 if exists ("b:browsefilter")
47 …let s:browsefilter = substitute(b:browsefilter,'\cAll Files (\*\.\*)\t\*\.\*\n','','') . s:browsef…
49 if exists("b:match_words")
50 let s:match_words = b:match_words . ',' . s:match_words
55 let b:browsefilter="Haml Files (*.haml)\t*.haml\nSass Files (*.sass)\t*.sass\n" . s:browsefilter
60 let b:match_words = s:match_words
65 let b:undo_ftplugin = "setl def< cms< com< "
66 \ " | unlet! b:browsefilter b:match_words | " . s:undo_ftplugin