Re: Vim script line continuation?

2008-03-26 Fir de Conversatie Matthew Winn
On Wed, 26 Mar 2008 06:25:57 +0800, Dasn [EMAIL PROTECTED] wrote: Well, it seems the new line continuation can be placed weirdly, which will make the vim script syntax file even messy when considering the line continuation. Any comments? Placing the line continuation on the end of the

Re: Vim script line continuation?

2008-03-25 Fir de Conversatie Ben Schmidt
Tony Mechelynck wrote: Dasn wrote: Well, it seems the new line continuation can be placed weirdly, which will make the vim script syntax file even messy when considering the line continuation. Any comments? $ cat test.vim e \c \h \o \ l \e \n(hello) q $ ex -Nu NONE -S test.vim 5