diff options
Diffstat (limited to 'dotvimrc')
-rw-r--r-- | dotvimrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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"): |