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

/macosx-10.10.1/vim-55/runtime/
H A Dfiletype.vim12 " Line continuation is used here, remove 'C' from 'cpoptions'
59 if line("$") > 500
62 let nmax = line("$")
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.
451 au BufNewFile,BufRead *.dcl,*.icl setf clean
465 let line = getline(lnum)
466 if line =~ '^\s*[#{]'
469 elseif line !~ '
[all...]

Completed in 155 milliseconds