From 70a12d1c0581e732ee4ef13f0ec9e970017c84bf Mon Sep 17 00:00:00 2001 From: Peng Li Date: Mon, 18 Jan 2016 13:05:17 +0800 Subject: [PATCH] vim - enable mark and youcompleteme --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 070046c..cb3fef0 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -295,7 +295,7 @@ nnoremap sr :FufRenewCache "syntax on, must before the YCM, "let g:ycm_collect_identifiers_from_tags_files = 1 -"let g:ycm_global_ycm_extra_conf = '~/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp/ycm/.ycm_extra_conf.py' +let g:ycm_global_ycm_extra_conf = '~/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp/ycm/.ycm_extra_conf.py' " this is fix youcompleteme python error "http://www.cnblogs.com/clivelee/p/4266559.html "https://github.com/Valloric/YouCompleteMe/issues/18 -- 2.11.0