Mercurial > vim-gutentags
comparison 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 |
comparison
equal
deleted
inserted
replaced
178:c2e0dac0be42 | 179:411f3fa915f5 |
---|---|
62 endif | 62 endif |
63 let l:cmd .= ' ' | 63 let l:cmd .= ' ' |
64 let l:cmd .= gutentags#get_execute_cmd_suffix() | 64 let l:cmd .= gutentags#get_execute_cmd_suffix() |
65 | 65 |
66 call gutentags#trace("Running: " . l:cmd) | 66 call gutentags#trace("Running: " . l:cmd) |
67 call gutentags#trace("In: " . gutentags#pwd()) | 67 call gutentags#trace("In: " . getcwd()) |
68 if !g:gutentags_fake | 68 if !g:gutentags_fake |
69 if !(has('nvim') && exists('*jobwait')) | 69 if !(has('nvim') && exists('*jobwait')) |
70 if !g:gutentags_trace | 70 if !g:gutentags_trace |
71 silent execute l:cmd | 71 silent execute l:cmd |
72 else | 72 else |