gelguy / Cmd2.vim

cmdline-mode enhancement for Vim
MIT License
94 stars 4 forks source link

Some special characters not handled correctly #10

Open gelguy opened 9 years ago

gelguy commented 9 years ago

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