> Hi,
>
> I am writing a script to run the cscope. I have a string passed from
> function call, the string can be l:tmp='test'. The cscope command cs
> find s l:tmp will try to find l:tmp instead of the string test. Does
> anyone know how to fix this?
exe 'cs find s' l:tmp
See
:help :exe
Regards,
Gary
--
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