Mercurial > vim-gutentags
comparison autoload/gutentags/cscope.vim @ 169:95afd985a4c3
Merge pull request #97 from GitHub.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 19 Feb 2017 20:00:13 -0800 |
parents | e59321cbaff7 |
children | 411f3fa915f5 |
comparison
equal
deleted
inserted
replaced
167:34c57ad6eb45 | 169:95afd985a4c3 |
---|---|
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: " . getcwd()) | 67 call gutentags#trace("In: " . gutentags#pwd()) |
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 |