Skip to content

Commit 196874b

Browse files
committed
fix SetExistValue
1 parent 66f25ba commit 196874b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vim_ahk.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class VimAhk{
143143
SetExistValue(){
144144
for k, v in this.Conf {
145145
if(%k% != ""){
146-
conf[k]["val"] := %k%
146+
this.Conf[k]["val"] := %k%
147147
}
148148
}
149149
}

0 commit comments

Comments
 (0)