mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-04-30 13:34:04 +02:00
Added count for ex command
This commit is contained in:
parent
47f316dde1
commit
1a2bfa1e0a
@ -79,7 +79,7 @@ public class ExEntryHandler extends AbstractEditorActionHandler
|
||||
{
|
||||
logger.debug("processing command");
|
||||
CommandEntryPanel.getInstance().deactivate(true);
|
||||
CommandParser.getInstance().processCommand(editor, context, e.getActionCommand());
|
||||
CommandParser.getInstance().processCommand(editor, context, e.getActionCommand(), 1);
|
||||
if (CommandState.getInstance().getMode() == CommandState.MODE_VISUAL)
|
||||
{
|
||||
CommandGroups.getInstance().getMotion().resetVisual(editor);
|
||||
|
Loading…
Reference in New Issue
Block a user