1
0
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:
rmaddy 2003-04-20 19:26:15 +00:00
parent 47f316dde1
commit 1a2bfa1e0a

View File

@ -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);