Now I used a workaround to solve the problem.
I just added one function in the .vimrc file.
function Info(cmd)
execute "r!info --subnodes --output - ". a:cmd
endfunction
com -nargs=* Info call Info(<f-args>)
:Info gcc
All the gcc info will be outputted.
Best Regards,
robert
--
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
No comments:
Post a Comment