mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 09:51:31 +08:00
update files
This commit is contained in:
@@ -107,7 +107,7 @@ module.exports = function (Terminal){
|
||||
this.insertMode = true;
|
||||
break;
|
||||
case 20:
|
||||
this.convertEol = true;
|
||||
this.convertEOL = true;
|
||||
break;
|
||||
}
|
||||
} else if (this.prefix === '?') {
|
||||
@@ -322,7 +322,7 @@ module.exports = function (Terminal){
|
||||
this.insertMode = false;
|
||||
break;
|
||||
case 20:
|
||||
this.convertEol = false;
|
||||
this.convertEOL = false;
|
||||
break;
|
||||
}
|
||||
} else if (this.prefix === '?') {
|
||||
|
Reference in New Issue
Block a user