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

/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim59 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.
465 let line = getline(lnum)
466 if line =~ '^\s*[#{]'
469 elseif line !~ '^\s*$'
470 " Not a blank line, not a comment, and not a block start,
568 let lines = getline(1, min([line("
[all...]
H A Dmakemenu.vim9 let s:lnum = line(".") - 1
259 SynMenu HIJK.Indent\ profile:indent
460 SynMenu S-Sm.SGML.SGML\ DTD:sgml

Completed in 217 milliseconds