Hi, here is a patch that fixes this issue (I hope).
--- src/if_cscope.c 2009-02-11 20:07:18.000000000 +0100
+++ src/if_cscope.c.new 2009-02-11 20:07:12.000000000 +0100
@@ -692,6 +692,9 @@
return NULL;
}
+ while (pattern && strchr(" \t", *pattern))
+ pattern++;
+
if ((cmd = (char *)alloc((unsigned)(strlen(pattern) + 2))) ==
NULL)
return NULL;
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---