Is there a way to specify more than one command on ex mode (when i
type ":").
e.g. right now I have to do something like
:cscope kill 0
:cscope add /path/to/cscope.out /path/to/
But I want to do it on a single line, e.g something like
:cscope kill 0 ; cscope add /path/to/cscope.out /path/to/
I used ";" "," etc to separate the two, but it doesn't work
TIA
Aman Jain
--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment