mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-08 06:34:08 +02:00
Added new flag
This commit is contained in:
parent
1a2bfa1e0a
commit
7d6890e734
@ -53,6 +53,7 @@ public class KeyParser
|
||||
/** Special flag used for any mappings involving operators */
|
||||
public static final int FLAG_OP_PEND = 256;
|
||||
public static final int FLAG_MULTIKEY_UNDO = 512;
|
||||
public static final int FLAG_EXPECT_MORE = 1024;
|
||||
|
||||
/** Indicates this key mapping applies to Normal mode */
|
||||
public static final int MAPPING_NORMAL = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user