if exists("b:current_syntax") finish endif syn clear set ft=firstlineonly syn match FirstLine '^\%1l.*$' if !exists("did_firstlineonly_inits") let did_firstlineonly_inits= 1 hi link FirstLine Comment endif " vim: