diff autoload/gutentags/cscope.vim @ 241:ac312dc3c111

Don't duplicate the `gutentags:` message prefix.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 12 Mar 2019 18:56:54 -0700
parents ac9adbec887b
children 52be4cf89810
line wrap: on
line diff
--- a/autoload/gutentags/cscope.vim	Mon Mar 11 00:11:20 2019 -0700
+++ b/autoload/gutentags/cscope.vim	Tue Mar 12 18:56:54 2019 -0700
@@ -84,7 +84,7 @@
         endif
     else
         call gutentags#warning(
-                    \"gutentags: cscope job failed, returned: ".
+                    \"cscope job failed, returned: ".
                     \string(a:exit_val))
     endif
 endfunction