Closed bamoqi closed 10 years ago
I will look into this. You are absolutely right about this issue.
Fixed in the newest commit (this file replaces plugin/c.vim): https://raw2.github.com/WolfgangMehner/vim-plugins/master/plugin/c.vim
This version contains the following changes:
Still need to fix "normal" to "normal!".
%s/\<normal\>!\@!/normal!/gc " gdefault is off
Another try. This replaces autoload/mmtemplates/core.vim: https://raw2.github.com/WolfgangMehner/vim-plugins/master/autoload/mmtemplates/core.vim This replaces plugin/c.vim: https://raw2.github.com/WolfgangMehner/vim-plugins/master/plugin/c.vim
Still need to fix "menu" to "noremenu"
I remapped many standard vim keys. Since c-support use "map" instead of "noremap" in a lot of places, it triggers my custom mappings instead, making it unusable. Notably I cannot insert any template. Would you consider fixing it please?