> Ah, sorry. The flag name is a bit confusing, as file name normally > means including path separators, but here it really means only the file > name. I think we should add another one for path names. > > Should also have a test for this...
Hi Bram, I created a minimal test for 'dictionary'. - https://gist.github.com/daisuzu/3e1436674e82a7ebc3b5747756d8edca#file-add_test-patch This test fails with v8.0.0101, but it will succeed if it is equivalent behavior to before v8.0.0100. (i.e. without `P_NFNAME`) [test results] https://travis-ci.org/daisuzu/vim/jobs/178828836 From test_dictionary.vim: Executing Test_dictionary() Executed 1 test 1 FAILED: Found errors in Test_dictionary(): Caught exception in Test_dictionary(): Vim(set):E474: Invalid argument: dictionary=/usr/share/dict/words @ function RunTheTest[13]..Test_dictionary, line 1 https://travis-ci.org/daisuzu/vim/builds/178830644 From test_dictionary.vim: Executing Test_dictionary() Executed 1 test Best regards, Daisuke Suzuki -- -- 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.
