Hi, I encountered this issue so I would like to ask if it is bug or it is correct behavior. When I want to save directory listing into other file by command:
$ vim . -c "w output-file" -c "q" but output-file is empty in the end. Is it bug or optin -c is cannot be be used with netrw plugin (which is used when I open directory in vim)? When I do it by hand step by step: 1) $ vim . 2) :w output-file 3) :q it works and output-file contains correct data. -- -- 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.
