On 2016-02-06, Nikolai Aleksandrovich Pavlov wrote: > Consider the following script: > > LANG=C vim -u NONE -i NONE -N --cmd 'call assert_false(v:true)' --cmd 'call > assert_true(v:false)' --cmd 'echo v:errors' --cmd qa > > this will echo > > ['pre-vimrc command line: Expected False but got v:true', 'pre-vimrc command > line: Expected True but got v:false'] > > which is missing commas before but.
No commas are needed there nor should they be there. The two clauses separated by the but are not independent. See for example, http://www.grammarly.com/handbook/punctuation/comma/23/comma-before-but/ Regards, Gary -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
