Hi, On Fri, Mar 9, 2018 at 1:14 AM, kiryph <[email protected]> wrote: > As documented under :h cmdline-completion a user can press on the > commandline <C-d> to get a list of possible values in many circumstances. > This works for > > : > :b > :ta and similar :tj and :ts > :e > :se > :map > ... > > In particular, I miss that <C-d> does not work for :argu<space><C-d>. > This should not list only possible numbers but also the filename. > > Furthermore the :argdelete command could be improved: > > :argdelete<space><C-d> should only list entries of the arglist. >
The attached patch adds support for command line completion for file names from the argument list. This works for the ":argedit" and ":argdelete" commands. - Yegappan -- -- 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.
arglist_complete.diff
Description: Binary data
