> Sorry for that, I thought the google groups will automatically fold
> that, but it does not. I will notice next time.
It does. But not all mail clients do the same.
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
Fo
2012/12/8 Gary Johnson :
> On 2012-12-07, Techlive Zheng wrote:
>> 在 2012年12月6日星期四UTC+8上午2时13分35秒,Bram Moolenaar写道:
>> > Patch 7.3.753
>> > Problem:When there is a QuitPre autocommand using ":q" twice does not
>> > work
>> > for e
On 2012-12-07, Techlive Zheng wrote:
> 在 2012年12月6日星期四UTC+8上午2时13分35秒,Bram Moolenaar写道:
> > Patch 7.3.753
> > Problem:When there is a QuitPre autocommand using ":q" twice does not
> > work
> > for exiting when there are more files to edit.
> &g
在 2012年12月6日星期四UTC+8上午2时13分35秒,Bram Moolenaar写道:
> Patch 7.3.753
>
> Problem:When there is a QuitPre autocommand using ":q" twice does not work
>
> for exiting when there are more files to edit.
>
> Solution: Do not decrement quitmore in
Patch 7.3.753
Problem:When there is a QuitPre autocommand using ":q" twice does not work
for exiting when there are more files to edit.
Solution: Do not decrement quitmore in an autocommand. (Techlive Zheng)
Files: src/ex_docmd.c, src/fileio.c, src/proto/