[patch] runtime/indent/zimbu.vim

2012-05-18 Fir de Conversatie Thilo Six
Hello Bram, 'runtime/indent/zimbu.vim' uses line-continuation without cpo handling. This patch adds that. Though i am not exactly sure i did it right. Line-continuation happens inside a function with several 'return's surrounding. Please review. -- Regards, Thilo 4096R/0xC70B1A8F 721B 1BA0

Re: [patch] runtime/indent/zimbu.vim

2012-05-18 Fir de Conversatie Thilo Six
Hello Bram, -- snip -- 'runtime/indent/zimbu.vim' uses line-continuation without cpo handling. This patch adds that. Though i am not exactly sure i did it right. Line-continuation happens inside a function with several 'return's surrounding. Please review. Additionally i think

Re: [patch] runtime/indent/zimbu.vim

2012-05-18 Fir de Conversatie Bram Moolenaar
Thilo Six wrote: 'runtime/indent/zimbu.vim' uses line-continuation without cpo handling. This patch adds that. Though i am not exactly sure i did it right. Line-continuation happens inside a function with several 'return's surrounding. Please review. Thanks for the hint. The 'cpo' handling

Re: [patch] runtime/indent/zimbu.vim

2012-05-18 Fir de Conversatie Bram Moolenaar
I wrote to Thilo Six: 'runtime/indent/zimbu.vim' uses line-continuation without cpo handling. This patch adds that. Though i am not exactly sure i did it right. Line-continuation happens inside a function with several 'return's surrounding. Please review. Thanks for the hint. The