I did the following:
I moved my current .vim to .vim-backup
than i installed:
- lh-vim-lib-2.2.4.vba
- lh-map-tools-1.0.0.vba (deprecated download from google code)
- mu-template-2.2.1.vba
And everything works as it should (the templates, the braces, the
mappings etc)
But then i run:
svn export
http://lh-vim.googlecode.com/svn/cpp/trunk/ lh-cpp-read-
only
and a
cp -R lh-cpp-read-only/* ~/.vim/
and when it type
vim test.c
the following error pops up.
Error detected while processing /home/davy/.vim/plugin/omap-param.vim:
line 44:
E116: Invalid arguments for function
Un(Null,fun2(fun3(a,b,g(NULL))),t, titi, r , zzz
E15: Invalid expression: Un(Null,fun2(fun3(a,b,g(NULL))),t, titi, r ,
zzz
line 45:
E116: Invalid arguments for function
Un(Null,fun2(fun3(a,b,g(NULL))),t, titi, , zzz)
E15: Invalid expression: Un(Null,fun2(fun3(a,b,g(NULL))),t, titi, ,
zzz)
Press ENTER or type command to continue
What is wrong? How can I fix it?
Thanks,
Davy