mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-22 10: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");
|
logger.debug("processing command");
|
||||||
CommandEntryPanel.getInstance().deactivate(true);
|
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)
|
if (CommandState.getInstance().getMode() == CommandState.MODE_VISUAL)
|
||||||
{
|
{
|
||||||
CommandGroups.getInstance().getMotion().resetVisual(editor);
|
CommandGroups.getInstance().getMotion().resetVisual(editor);
|
||||||
|
Loading…
Reference in New Issue
Block a user