Cmd2.vim
Cmd2.vim copied to clipboard
Some special characters not handled correctly
Special characters which have the no_reenter flag will cause Cmd2Suggest to exit from the cmdline.
Examples of these are <C-V>, <C-K>, <C-D> etc. These cause exit from the cmdline as Cmd2Suggest is unable to decide if it should return back to the cmdline.
The best way to handle this would be to create a special module to handle each of these cases.
To be fixed in later version (maybe).