On 3/31/06, Aaron Griffin <[EMAIL PROTECTED]> wrote: > The file: $VIMRUNTIME/syntax/terminfo.vim > Line 77 needs to be changed from: > syn match terminfoParameters > '%\('[A-Z]'\|{[0-9]\{1,2}}\|p[1-9]\|P[a-z]\|g[A-Z]\)' > to: > syn match terminfoParameters > '%\(\'[A-Z]\'\|{[0-9]\{1,2}}\|p[1-9]\|P[a-z]\|g[A-Z]\)'
Oops. Thanks, this has been fixed and will be sent upstream before Vim 7 "goes gold". nikolai