Yegappan wrote: > 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.
Thanks! -- hundred-and-one symptoms of being an internet addict: 90. Instead of calling you to dinner, your spouse sends e-mail. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
