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

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -