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

cmdline-mode enhancement for Vim

Results 7 Cmd2.vim issues
Sort by recently updated
recently updated
newest added

With the release of [patch 1206](https://github.com/vim/vim/releases/tag/v8.0.1206) we now have an `autocmd` for entering the command line, which until now the suggestion for an auto-typed `` has been used to simulate....

Does `Cmd2` support neovim async functionality? It would be very useful for completing long lists, like _help_ (`:he ..`).

He I just stumbled upon your plug-in and really like it. By now I was always using ''vim-scripts/CmdlineComplete.git' to allow for a completion on command line. The problem with that...

Special characters which have the no_reenter flag will cause Cmd2Suggest to exit from the cmdline. Examples of these are ``, ``, `` etc. These cause exit from the cmdline as...

to fix

Cmd2Suggest does not support visual mode i.e. `v/`. To fix in later version.

to fix

Some `cmap`s cause recursive mapping in Cmd2Suggest. To fix in later version.

to fix