I found a solution. The only con is that it loads all the files up front, so it may take a while if you have large files.
Taken from https://github.com/evaryont/dotfiles/blob/master/vimrc which is maintained by Colin Shea <colin@evaryont.me>.
-- .vimrc
" Avoid E173
if argc() > 1
silent blast " load last buffer
silent bfirst " switch back to the first
endif
---
Taken from https://github.com/evaryont/dotfiles/blob/master/vimrc which is maintained by Colin Shea <colin@evaryont.me>.
-- .vimrc
" Avoid E173
if argc() > 1
silent blast " load last buffer
silent bfirst " switch back to the first
endif
---
Better late than never?
On Thu, Sep 11, 2003 at 4:10 AM, Yakov Lerner <yakov.lerner@kavado.com> wrote:
Is there way to suppress the "E173: 1 more file to edit"
error which comes from ZZ, :q ?
--
Jacob Lerner
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment