aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dotvimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/dotvimrc b/dotvimrc
index 1cd9434..adfd628 100644
--- a/dotvimrc
+++ b/dotvimrc
@@ -76,8 +76,6 @@ NeoBundle 'Valloric/YouCompleteMe.git'
let g:ycm_extra_conf_globlist = ['~/dab/*', '~/*']
let g:ycm_always_populate_location_list = 1
-"NeoBundle 'Valloric/YouCompleteMe.git'
-
NeoBundle 'tpope/vim-surround.git'
NeoBundle 'taglist.vim'
NeoBundle 'ifdef-highlighting'
@@ -188,8 +186,6 @@ def loadfile(filename):
currentfile = vim.eval('expand("%")')
-print("Current file is {}".format(currentfile))
-
if currentfile.endswith(".c"):
loadfile(currentfile[:-2] + ".h")
elif currentfile.endswith(".h"):