I think this is a bug: Vim version: 7.3, patches 1-353
$ touch a $ vi -u NONE a a :bne :q E173: 1 more file to edit <--- This should not appear, vim should quit but it's not. E173 is not shown if vim was given two different files: $ touch b $ vim -u NONE a b :bne :q $ nazri -- You received this message from the "vim_dev" 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
