Hi ichizok(Ozaki Kiichi), 2016-12-4(Sun) 13:24:08 UTC+9 ichizok: > This patch fixes completion behavior of :filter command. > repro steps > > vim -Nu NONE > > OK > > regexp with slash > > :filter /pat/ pri and input <TAB>, completion is done: :filter /pat/ print > > > FAIL > > string > > :filter pat pri and input <TAB>, but no completion: :filter pat pri > > > regexp with other than slash > > :filter #pat# pri and input <TAB>, but no completion: :filter #pat# pri > > > completion by <C-D> is too. > > > > You can view, comment on, or merge this pull request online at: > > https://github.com/vim/vim/pull/1299 > > Commit Summary > > Enable completion of filter-command > Add filter-cmd completion test > > > File Changes > > > M > src/ex_docmd.c > (11) > > > M > src/testdir/test_filter_cmd.vim > (22) > > > > Patch Links: > > https://github.com/vim/vim/pull/1299.patch > https://github.com/vim/vim/pull/1299.diff
Kiichi> Let me unify the patch author names? -- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- 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.
