Skip to content

Commit 0824d16

Browse files
committed
chore: fix docs for gui components
1 parent 109eadc commit 0824d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/vim_ahk.ahk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ class VimAhk{
138138
, "1: Nothing `n2: Minimum tooltip (mode information only)`n3: Tooltip (all information)`n4: Debug mode with a message box, which doesn't disappear automatically")
139139
this.AddToConf("VimAppList", "Allow List", "Allow List"
140140
, "Application list usage"
141-
, "All: Enable on all application (the application list is ignored) `nAllow List: Use the application list as an allow list`nDeny List: Use the application list as a deny list")
141+
, "All: Enable on all applications (the application list is ignored) `nAllow List: Use the application list as an allow list`nDeny List: Use the application list as a deny list")
142142
this.AddToConf("VimGroup", DefaultGroup, DefaultGroup
143-
, "Application"
143+
, "Application list"
144144
, "Set one application per line.`n`nIt can be any of Window Title, Class or Process.`nYou can check these values by Window Spy (in the right click menu of tray icon).")
145145

146146
this.CheckBoxes := ["VimEscNormal", "VimSendEscNormal", "VimLongEscNormal", "VimCtrlBracketToEsc", "VimCtrlBracketNormal", "VimSendCtrlBracketNormal", "VimLongCtrlBracketNormal", "VimRestoreIME", "VimJJ", "VimChangeCaretWidth"]

0 commit comments

Comments
 (0)