aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Braendli <matthias.braendli@u-blox.com>2015-10-28 11:42:37 +0100
committerMatthias Braendli <matthias.braendli@u-blox.com>2015-10-28 11:42:37 +0100
commit77d54dde027b89f7b23e3cb169d00e9c8e0b4f9f (patch)
tree940e468e15f2312e4ad1505061ab68dce8a1b6ec
parent5c55d3c3260c04db895f30c3c10a53a53a3f4022 (diff)
downloadvimrc-77d54dde027b89f7b23e3cb169d00e9c8e0b4f9f.tar.gz
vimrc-77d54dde027b89f7b23e3cb169d00e9c8e0b4f9f.tar.bz2
vimrc-77d54dde027b89f7b23e3cb169d00e9c8e0b4f9f.zip
Remove useless stuff
-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"):