WolfgangMehner / vim-plugins

Vim plug-ins which offer support for various programming languages.
415 stars 96 forks source link

let g:C_Ctrl_J = 'off' ignored | c.vim #21

Closed osleg closed 9 years ago

osleg commented 9 years ago

Hello, I'm using for buffers navigation. Was looking for a way to re-map c.vim's functionality but it seems that it can be only turned off. Though, setting let g:C_Ctrl_j = 'off' in my .vimrc does nothing. I can see it as "off" from vim, also the placeholders are not working but the keybindin is still acting like c.vim's one (jumps after the '}' or ')' etc)

WolfgangMehner commented 9 years ago

Just for clarification: In the title you wrote g:C_Ctrl_J and in the post g:C_Ctrl_j . Which one is actually your vimrc? Lowercase "j" is correct.

osleg commented 9 years ago

It was uppercase, changed to lower case, works now, sorry and thanks! :)

WolfgangMehner commented 9 years ago

No problem.