From 7208e2ec44efab04e4fc8c3ca252fc9a11d4816a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 20 Oct 2010 15:19:56 +0200 Subject: Files which were deleted by accident during the cleanup --- .vim/after/ftplugin/c.vim | 2 ++ .vim/after/ftplugin/cpp.vim | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .vim/after/ftplugin/c.vim create mode 100644 .vim/after/ftplugin/cpp.vim (limited to '.vim') diff --git a/.vim/after/ftplugin/c.vim b/.vim/after/ftplugin/c.vim new file mode 100644 index 0000000..66dfc5e --- /dev/null +++ b/.vim/after/ftplugin/c.vim @@ -0,0 +1,2 @@ +" OmniCppComplete initialization +call omni#cpp#complete#Init() diff --git a/.vim/after/ftplugin/cpp.vim b/.vim/after/ftplugin/cpp.vim new file mode 100644 index 0000000..66dfc5e --- /dev/null +++ b/.vim/after/ftplugin/cpp.vim @@ -0,0 +1,2 @@ +" OmniCppComplete initialization +call omni#cpp#complete#Init() -- cgit v1.2.3