Searched +refs:icon +refs:is +refs:continued +refs:line (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/vim-53/runtime/
H A Doptwin.vim6 " If there already is an option window, jump to that one.
20 " Make sure the '<' flag is not included in 'cpoptions', otherwise <CR> would
25 " function to be called when <CR> is hit in the option-window
28 " If on a continued comment line, go back to the first comment line
29 let lnum = line(".")
30 let line = getline(lnum)
31 while line[0] == "\t"
33 let line
[all...]

Completed in 199 milliseconds