Searched +refs:cfengine +refs:indent +refs:line (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/runtime/
H A Dfiletype.vim59 if line("$") > 500
62 let nmax = line("$")
337 au BufNewFile,BufRead cfengine.conf setf cfengine
373 if match(getline(1, min([line("$"), 200])), '^@\(interface\|end\|class\)') > -1
420 " If the first line starts with # or ! it's probably a ch file.
421 " If a line has "main", "include", "//" ir "/*" it's probably ch.
465 let line = getline(lnum)
466 if line =~ '^\s*[#{]'
469 elseif line !~ '
[all...]

Completed in 133 milliseconds