2018-05-24 0:33 GMT+03:00 Bram Moolenaar <[email protected]>: > > Jason Franklin wrote: > >> To replicate with the cmdline window: >> >> vim -u NONE >> q: >> :file > > Well, what do you expect to happen?
I would expect it to have same output as `<C-g>`, though… > >> To replicate with the quickfix window: >> >> vim -u NONE >> :autocmd FileType qf file >> :copen > > What's the use of :file here? …I cannot really imagine what plugin could do with `:file` output which is not best done using some other means. Also it is not like using `:file` with arguments should be allowed in those buffers. > >> In both of these cases, ":file" fails. This is more >> what I was talking about. > > -- > Lower life forms have more fun! > > /// 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. -- -- 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.
