diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-10-20 14:38:10 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-10-20 14:38:12 +0200 |
commit | 2787376e65b66123d26e513333887ba911d92586 (patch) | |
tree | 5e63735055da7b225a76e07b854c4dd7ca7766b1 /.vim/after/ftplugin/c.vim | |
parent | 95c319ab8de82f32d756787d452730a9230d29c8 (diff) | |
download | dotfiles-2787376e65b66123d26e513333887ba911d92586.tar.gz dotfiles-2787376e65b66123d26e513333887ba911d92586.tar.bz2 dotfiles-2787376e65b66123d26e513333887ba911d92586.zip |
Cleanup .vim
Diffstat (limited to '')
-rw-r--r-- | .vim/after/ftplugin/c.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.vim/after/ftplugin/c.vim b/.vim/after/ftplugin/c.vim deleted file mode 100644 index 66dfc5e..0000000 --- a/.vim/after/ftplugin/c.vim +++ /dev/null @@ -1,2 +0,0 @@ -" OmniCppComplete initialization -call omni#cpp#complete#Init() |