On 7/27/2013 7:27 PM, Dahong Tang wrote:
Hi,

The command :%! ls -al redirects the output of the shell command, in this case 
ls -al, to the current buffer. But instead of the current buffer, I want to 
redirect the output of shell command to QuickFix. Does anyone know if this is 
possible? If so, can you please give an example? Thanks!


Browsing :help quickfix and using some other info, the following is likely to do what you are seeking to do:

      :cexpr system('ls -al')  |  copen

--Suresh

--
--
You received this message from the "vim_use" 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_use" 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/groups/opt_out.


Reply via email to