changeset 215:8e6156c4dff1

Suppress warnings from cscope reset This is a follow-up of #146.
author Chayoung You <yousbe@gmail.com>
date Sat, 21 Apr 2018 01:38:39 +0900
parents 18dbf8d02b4c
children 425157bdd024
files autoload/gutentags/cscope.vim
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autoload/gutentags/cscope.vim	Sun Apr 08 13:27:54 2018 -0700
+++ b/autoload/gutentags/cscope.vim	Sat Apr 21 01:38:39 2018 +0900
@@ -73,7 +73,7 @@
             call add(s:added_dbs, l:dbfile_path)
             silent! execute 'cs add ' . fnameescape(l:dbfile_path)
         else
-            execute 'cs reset'
+            silent! execute 'cs reset'
         endif
     else
         call gutentags#warning(