Cmd2.vim icon indicating copy to clipboard operation
Cmd2.vim copied to clipboard

Some special characters not handled correctly

Open gelguy opened this issue 10 years ago • 0 comments

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).

gelguy avatar Jul 15 '15 08:07 gelguy