vim - Gvim ctags Ctrl-] stops working after some time -


i have setup gvim work ctags , cscope. when tag search using ctrl-] works while, , after time stops working same tags resolved earlier (even though there no code changes). not show errors. however, ctrl-t, :ta , cscope command line commands work fine. ctrl-] stops working. way able work again close down gvim window , reopen file again. problem repeats after while.

any insights?

thanks

as other tags commands still working, sounds plugin overrides key mapping. next time happens, investigate via

:verbose nmap <c-]> 

to verify key combination still works, try

:nnoremap <c-]> :echomsg "ctrl + ] works!"<cr> 

Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -