We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32dfafc commit 7c6fe14Copy full SHA for 7c6fe14
lib/vim_state.ahk
@@ -2,7 +2,8 @@
2
__New(Vim){
3
this.Vim := Vim
4
5
- ; CheckModeValue does not get set for compiled scripts.
+ this.CheckModeValue := false
6
+ ; CheckModeValue set to true only for script mode
7
;@Ahk2Exe-IgnoreBegin
8
this.CheckModeValue := true
9
;@Ahk2Exe-IgnoreEnd
0 commit comments