Lines Matching refs:dist

20 au BufNewFile,BufRead ?\+.orig,?\+.bak,?\+.old,?\+.new,?\+.dpkg-dist,?\+.dpkg-old,?\+.dpkg-new,?\+.…
57 au BufNewFile,BufRead *.inp call dist#ft#Check_inp()
163 au BufNewFile,BufRead *.asm,*.[sS],*.[aA],*.mac,*.lst call dist#ft#FTasm()
196 au BufNewFile,BufRead *.bas call dist#ft#FTVB("basic")
214 au BufNewFile,BufRead *.btm call dist#ft#FTbtm()
237 au BufNewFile,BufRead *.db call dist#ft#BindzoneCheck('')
256 au BufNewFile,BufRead *.c call dist#ft#FTlpc()
311 au BufNewFile,BufRead *.h call dist#ft#FTheader()
345 au BufNewFile,BufRead *.ch call dist#ft#FTchange()
357 au BufNewFile,BufRead *.ent call dist#ft#FTent()
412 au BufNewFile,BufRead *.ex call dist#ft#ExCheck()
419 au BufNewFile,BufRead *.eu,*.ew,*.exu,*.exw call dist#ft#EuphoriaCheck()
421 au BufNewFile,BufRead *.EU,*.EW,*.EX,*.EXU,*.EXW call dist#ft#EuphoriaCheck()
482 au BufNewFile,BufRead *.d call dist#ft#DtraceCheck()
514 au BufNewFile,BufRead *.com call dist#ft#BindzoneCheck('dcl')
570 au BufNewFile,BufRead *.e,*.E call dist#ft#FTe()
764 au BufNewFile,BufRead *.html,*.htm,*.shtml,*.stm call dist#ft#FThtml()
791 au BufNewFile,BufRead *.idl call dist#ft#FTidl()
802 au BufNewFile,BufRead indent.pro call dist#ft#ProtoCheck('indent')
805 au BufNewFile,BufRead *.pro call dist#ft#ProtoCheck('idlang')
1040 au BufNewFile,BufRead *.m call dist#ft#FTm()
1074 au BufNewFile,BufRead *.mms call dist#ft#FTmms()
1174 au BufNewFile,BufRead *.[1-9] call dist#ft#FTnroff()
1177 au BufNewFile,BufRead *.mm call dist#ft#FTmm()
1240 au BufNewFile,BufRead *.pp call dist#ft#FTpp()
1256 au BufNewFile,BufRead *.pl,*.PL call dist#ft#FTpl()
1258 au BufNewFile,BufRead *.pl call dist#ft#FTpl()
1331 au BufNewFile,BufRead *.inc call dist#ft#FTinc()
1371 au BufNewFile,BufRead *.w call dist#ft#FTprogress_cweb()
1374 au BufNewFile,BufRead *.i call dist#ft#FTprogress_asm()
1377 au BufNewFile,BufRead *.p call dist#ft#FTprogress_pascal()
1476 au BufNewFile,BufRead *.r,*.R call dist#ft#FTr()
1585 au BufNewFile,BufRead *.mc call dist#ft#McSetf()
1627 …sh[_-]aliases,bash-fc[-.],*.ebuild,*.bash,*.eclass,PKGBUILD,APKBUILD call dist#ft#SetFileTypeSH("b…
1628 au BufNewFile,BufRead .kshrc,*.ksh call dist#ft#SetFileTypeSH("ksh")
1629 au BufNewFile,BufRead */etc/profile,.profile,*.sh,*.env call dist#ft#SetFileTypeSH(getline(1))
1636 \ call dist#ft#SetFileTypeSH("bash") |
1640 au BufNewFile,BufRead .tcshrc,*.tcsh,tcsh.tcshrc,tcsh.login call dist#ft#SetFileTypeShell("tcsh")
1644 au BufNewFile,BufRead .login,.cshrc,csh.cshrc,csh.login,csh.logout,*.csh,.alias call dist#ft#CSH()
1718 au BufNewFile,BufRead *.rules call dist#ft#FTRules()
1745 au BufNewFile,BufRead *.sql call dist#ft#SQL()
1812 \ if !dist#ft#FTnroff() && !dist#ft#FTperl() | setf tads | endif
1846 au BufNewFile,BufRead *.tex call dist#ft#FTtex()
1957 au BufNewFile,BufRead *.frm call dist#ft#FTVB("form")
2054 \ if !dist#ft#FTnroff() | setf xmath | endif
2057 au BufNewFile,BufRead *.xml call dist#ft#FTxml()
2104 au BufNewFile,BufRead *.y call dist#ft#FTy()
2123 au BufNewFile,BufRead *.dtml,*.pt,*.cpt call dist#ft#FThtml()
2125 au BufNewFile,BufRead *.zsql call dist#ft#SQL()
2294 au BufRead,BufNewFile *.rdf call dist#ft#Redif()
2306 …h-fc[-.]*,PKGBUILD*,APKBUILD*,*/{,.}bash[_-]completion{,.d,.sh}{,/*} call dist#ft#SetFileTypeSH("b…
2307 au BufNewFile,BufRead .kshrc* call dist#ft#SetFileTypeSH("ksh")
2308 au BufNewFile,BufRead .profile* call dist#ft#SetFileTypeSH(getline(1))
2314 au BufNewFile,BufRead .tcshrc* call dist#ft#SetFileTypeShell("tcsh")
2317 au BufNewFile,BufRead .login*,.cshrc* call dist#ft#CSH()