Maybe it would be a bit safer if we checked that stok ends with
"cscope:" rather than contains?
--- if_cscope.c (revision 199)
+++ if_cscope.c (working copy)
@@ -630,7 +630,7 @@
*/
if ((stok = strtok(buf, (const char *)" ")) == NULL)
continue;
- if (strcmp((c
Frodak wrote:
> Hello, The cygwin packages allow the installation of vim and
> mlcscope. I had problems with vim hanging when trying to use the
> cscope interface. The problem was that vim is that is expecting the
> first line of the returned output to be "cscope: X lines" while
> mlcscope ret
Hello, The cygwin packages allow the installation of vim and
mlcscope. I had problems with vim hanging when trying to use the
cscope interface. The problem was that vim is that is expecting the
first line of the returned output to be "cscope: X lines" while
mlcscope returns "mlcscope: X lines".
A.J.Mechelynck wrote:
Charles E Campbell Jr wrote:
OK, with all that:
vim -U NONE -c "set nocp|so $HOME/.vim/plugin/netrwPlugin.vim" -c
"so scp://HOSTNAME/.vimrc"
Rather than "-U NONE" (i.e., no gvimrc) shouldn't that be -u NORC
(i.e., with small u: don't source $HOME/.vimrc but do sou