[vim][autotags]Remove DxO path ref

This commit is contained in:
Mathieu Maret 2014-04-08 16:30:06 +02:00 committed by Mathieu Maret
parent ddc95f6f50
commit ee62baba4c
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ fun! s:AutotagsInit()
endif
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_cmd = g:autotags_pycscope_pyt . " " . g:autotags_pycscope_scr
endif