From ee62baba4c04349d24394aadd08aa7c5eaed3c20 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Tue, 8 Apr 2014 16:30:06 +0200 Subject: [PATCH] [vim][autotags]Remove DxO path ref --- .vim/plugin/autotags.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/plugin/autotags.vim b/.vim/plugin/autotags.vim index 04ebf40..070253e 100644 --- a/.vim/plugin/autotags.vim +++ b/.vim/plugin/autotags.vim @@ -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