summaryrefslogtreecommitdiff
path: root/.vim/after/ftplugin/cpp.vim
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-10-20 14:38:10 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-10-20 14:38:12 +0200
commit2787376e65b66123d26e513333887ba911d92586 (patch)
tree5e63735055da7b225a76e07b854c4dd7ca7766b1 /.vim/after/ftplugin/cpp.vim
parent95c319ab8de82f32d756787d452730a9230d29c8 (diff)
downloaddotfiles-2787376e65b66123d26e513333887ba911d92586.tar.gz
dotfiles-2787376e65b66123d26e513333887ba911d92586.tar.bz2
dotfiles-2787376e65b66123d26e513333887ba911d92586.zip
Cleanup .vim
Diffstat (limited to '.vim/after/ftplugin/cpp.vim')
-rw-r--r--.vim/after/ftplugin/cpp.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/.vim/after/ftplugin/cpp.vim b/.vim/after/ftplugin/cpp.vim
deleted file mode 100644
index 66dfc5e..0000000
--- a/.vim/after/ftplugin/cpp.vim
+++ /dev/null
@@ -1,2 +0,0 @@
-" OmniCppComplete initialization
-call omni#cpp#complete#Init()