Searched +refs:bs +refs:make +refs:header +refs:match +refs:string (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/runtime/
H A Doptwin.vim37 if match(line, "^ \tset ") >= 0
49 elseif match(line, "^[a-z]") >= 0
54 elseif match(line, '^ \=[0-9]') >= 0
66 if match(line, "^ \tset ") >= 0
106 if match(a:line, "=") >= 0
119 if match(a:line, "=") >= 0 || (val != "0" && val != "1")
131 " Reset 'title' and 'icon' to make it work faster.
178 " Init a local string option
186 " Init a global string option
266 call append("$", "incsearch\tshow match fo
[all...]

Completed in 124 milliseconds