diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-12-09 21:34:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-12-09 21:34:53 +0000 |
commit | 293ee4d421cd55f4a3c014c1c26edf02f718cc83 (patch) | |
tree | ae4856e718b752ea0c6c807912bfbb51967fae80 /src/if_cscope.c | |
parent | 741b07e0092eb6d7b81c9cbe149196c6cf9d5bbe (diff) | |
download | vim-git-293ee4d421cd55f4a3c014c1c26edf02f718cc83.tar.gz |
updated for version 7.0021v7.0021
Diffstat (limited to 'src/if_cscope.c')
-rw-r--r-- | src/if_cscope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c index 012e86c76..f218ea421 100644 --- a/src/if_cscope.c +++ b/src/if_cscope.c @@ -1092,7 +1092,7 @@ cs_find_common(opt, pat, forceit, verbose) return FALSE; } } - if (qfpos != NULL && *qfpos != '0' && totmatches > 1) + if (qfpos != NULL && *qfpos != '0' && totmatches > 0) { /* fill error list */ FILE *f; |