Details
Description
Steps to reproduce this problem:
- Enable fake-vim plugin;
- In "Tools" -> "Options" -> "Behavior" > "Default Encoding", Choose a type of encoding which is not suitable for your current source encoding, In my case I choose GBK(my source is UTF-8 encoding);
- Open one of your source files in the editor;
- QtCreator will detect wrong encoding setting and prompt above editor window, Select the top-right button "Select Encoding", and choose the right encoding;
- Now as you typing, fake-vim plugin will not working as if not enabled, though vim status-bar is still there but not accepting any commands;
- Disable and re-enable fake-vim will make vim work again.