Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Re: Vim yodl syntax highlighting
- X-seq: zsh-workers 35790
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: [PATCH] Re: Vim yodl syntax highlighting
- Date: Mon, 13 Jul 2015 23:16:18 +0000
- Cc: zsh-workers@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=Y9B/3ppwbX+0MJdm Sq9xQzGjSSU=; b=K6kyG4PtP1Srb/QNlBw897woTL3D5L0ql6dBtmNjpVFnJrbO a9tmOnP0s8POvOPCKIpTDOJ5UM7TBU4qnczVwpuweFYrSPqB6GG+G8ANbb8wSilY BYhnPHNPw/DBpE1a4+BFXramaXdHia7nLy7V+bIX+6dYz4UQB6bkH3CtU5Y=
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=Y9B/3ppwbX+0MJd mSq9xQzGjSSU=; b=PpEUOJCPR1jJT6rt6TzJ6ryPqPJ20NEtAL27inyR4Xxf6cq wiGIz7oGWuwp5PyRRYHNLLd1qw7koJNIO+y1cCTCSSAdFgRXvZ87EDtbrORjnHXQ jOynHndDRqBq7GRsi3VMdHxI1JpoVLqWVh4TlXk7/Srx1RYn2r4QtHIpR2Dw=
- In-reply-to: <150713080844.ZM6880@torch.brasslantern.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20150706141233.GG2165@tarsus.local2> <150706153158.ZM4229@torch.brasslantern.com> <20150710181428.GH1869@tarsus.local2> <150710170134.ZM10499@torch.brasslantern.com> <20150712065159.GG1945@tarsus.local2> <150713080844.ZM6880@torch.brasslantern.com>
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