[vim][autotags]Remove DxO path ref
This commit is contained in:
parent
ddc95f6f50
commit
ee62baba4c
@ -184,7 +184,7 @@ fun! s:AutotagsInit()
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if !exists("g:autotags_pycscope_cmd")
|
if !exists("g:autotags_pycscope_cmd")
|
||||||
let g:autotags_pycscope_pyt = "/soft/Python-2.7.3.i686/bin/python"
|
let g:autotags_pycscope_pyt = "/usr/bin/python"
|
||||||
let g:autotags_pycscope_scr = "~/.vim/plugin/pycscope.py"
|
let g:autotags_pycscope_scr = "~/.vim/plugin/pycscope.py"
|
||||||
let g:autotags_pycscope_cmd = g:autotags_pycscope_pyt . " " . g:autotags_pycscope_scr
|
let g:autotags_pycscope_cmd = g:autotags_pycscope_pyt . " " . g:autotags_pycscope_scr
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user