mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-02-28 02:45:59 +01:00
refactoring
This commit is contained in:
parent
7134799cdc
commit
424c7ab88c
@ -138,11 +138,11 @@ public class CommandState {
|
||||
* @return The current runtime mode
|
||||
*/
|
||||
public int getMode() {
|
||||
final int mode = currentState().getMode();
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("getMode=" + currentState().getMode());
|
||||
logger.debug("getMode=" + mode);
|
||||
}
|
||||
//return mode;
|
||||
return currentState().getMode();
|
||||
return mode;
|
||||
}
|
||||
|
||||
public int getSubMode() {
|
||||
|
Loading…
Reference in New Issue
Block a user