diff options
author | Matthias Braendli <matthias.braendli@u-blox.com> | 2015-10-28 11:42:37 +0100 |
---|---|---|
committer | Matthias Braendli <matthias.braendli@u-blox.com> | 2015-10-28 11:42:37 +0100 |
commit | 77d54dde027b89f7b23e3cb169d00e9c8e0b4f9f (patch) | |
tree | 940e468e15f2312e4ad1505061ab68dce8a1b6ec /dotvimrc | |
parent | 5c55d3c3260c04db895f30c3c10a53a53a3f4022 (diff) | |
download | vimrc-77d54dde027b89f7b23e3cb169d00e9c8e0b4f9f.tar.gz vimrc-77d54dde027b89f7b23e3cb169d00e9c8e0b4f9f.tar.bz2 vimrc-77d54dde027b89f7b23e3cb169d00e9c8e0b4f9f.zip |
Remove useless stuff
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"): |