Skip to content

Commit

Permalink
Fix a macro
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Dec 25, 2023
1 parent a18e2fc commit f581055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/Addons/Macros/UppercaseFolders.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local ON = true -- set to false to turn the option OFF
local Pattern = regex.new("^\\U+$")
local F = far.Flags

local GUID = far.Guids.MakeFolderId
local GUID = win.Uuid(far.Guids.MakeFolderId)
local itempos = 3

local function Work (Event, FarDialogEvent)
Expand Down

0 comments on commit f581055

Please sign in to comment.