On Sat, Sep 19, 2009 at 4:18 PM, tekion wrote: > For my edification, is there a way to detect if cscope is already > loaded, I know you can run cs show to see if there is one running, > but how do code in vim? Thanks.
In general, you can use :sil! to prevent an error from being displayed to the user or aborting a script function. ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
