We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abd9d5 commit 2efd032Copy full SHA for 2efd032
lib/vim_icon.ahk
@@ -22,7 +22,7 @@
22
}
23
if FileExist(icon){
24
Menu, Tray, Icon, % icon
25
- if (TryIcon == 1){
+ if(icon != VimIcon.Icons["Default"]){
26
Menu, VimSubMenu, Icon, Status, % icon
27
28
0 commit comments