From 77d54dde027b89f7b23e3cb169d00e9c8e0b4f9f Mon Sep 17 00:00:00 2001 From: Matthias Braendli Date: Wed, 28 Oct 2015 11:42:37 +0100 Subject: Remove useless stuff --- dotvimrc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dotvimrc') 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"): -- cgit v1.2.3