Searched +refs:bs +refs:update +refs:current +refs:line (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/vim-55/runtime/
H A Doptwin.vim28 " 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 = getline(lnum)
36 " <CR> on a "set" line executes the option line
37 if match(line, "^ \tset ") >= 0
44 exe line
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dfstab.vim62 syn keyword fsOptionsGeneral async atime auto bind current defaults dev devgid devmode devmtime devuid dirsync exec force fstab kudzu loop mand move noatime noauto noclusterr noclusterw nodev nodevmtime nodiratime noexec nomand nosuid nosymfollow nouser owner rbind rdonly remount ro rq rw suid suiddir supermount sw sync union update user users xx
71 syn match fsOptionsKeywords contained /\<bs=/ nextgroup=fsOptionsSize
93 syn keyword fsOptionsExt3Journal contained update inum
106 syn keyword fsOptionsExt4Journal contained update inum
218 " Whole line comments

Completed in 125 milliseconds