diff autoload/gutentags/cscope.vim @ 179:411f3fa915f5

Back to getcwd() this makes changes only when changing dir, not when reading current working directory.
author Henry Kupty <hkupty@gmail.com>
date Mon, 13 Mar 2017 12:07:21 -0300
parents e59321cbaff7
children 09cc408db201
line wrap: on
line diff
--- a/autoload/gutentags/cscope.vim	Thu Mar 09 20:03:06 2017 -0300
+++ b/autoload/gutentags/cscope.vim	Mon Mar 13 12:07:21 2017 -0300
@@ -64,7 +64,7 @@
     let l:cmd .= gutentags#get_execute_cmd_suffix()
 
     call gutentags#trace("Running: " . l:cmd)
-    call gutentags#trace("In:      " . gutentags#pwd())
+    call gutentags#trace("In:      " . getcwd())
     if !g:gutentags_fake
         if !(has('nvim') && exists('*jobwait'))
             if !g:gutentags_trace