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

/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim20 au BufNewFile,BufRead ?\+.orig,?\+.bak,?\+.old,?\+.new,?\+.dpkg-dist,?\+.dpkg-old,?\+.rpmsave,?\+.rpmnew
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.
461 " Look for either an opening comment, '#', or a block start, '{".
465 let line = getline(lnum)
466 if line =~ '^\s*[#{]'
469 elseif line !~ '
[all...]

Completed in 174 milliseconds