Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] Re: Vim yodl syntax highlighting



Bart Schaefer wrote on Mon, Jul 13, 2015 at 08:08:44 -0700:
> On Jul 12,  6:51am, Daniel Shahaf wrote:
> }
> } Bart Schaefer wrote on Fri, Jul 10, 2015 at 17:01:34 -0700:
> } > If you can't jam it all in a .vimrc or the like, it should probably go
> } > in Util/ rather than Doc/.
> } 
> } Attached.  It's autoloading for those people who auto-source
> } $PWD/.vimrc, and there are instructions for everyone else.
> } (The "install permanently" part could be further streamlined.)
> 
> Hmm, maybe I just have a really old vim, but I get
> 

Looks like you run vim 6.x or older, i.e., over 9 years old
(see ':help version7 | /\\%x').

> Error detected while processing Util/zyodl.vim:
> line   47:
> E71: Invalid character after \%
> E475: Invalid argument: zyodlTitle   "^texinode\%x28.*$"

After changing «\%x28» to «(», the syntax file works under Vim 6.4.
Will push with this change.

Thanks for testing!



Messages sorted by: Reverse Date, Date, Thread, Author