Skip to content

Commit c9fa13b

Browse files
committed
revert MAX_EDITORS to 9
1 parent 73cd301 commit c9fa13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/ext_editor.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ local function _(msgid)
9999
end
100100

101101
-- maximum number of external programs, can be increased to necessity
102-
local MAX_EDITORS = 12
102+
local MAX_EDITORS = 9
103103

104104
-- number of valid entries in the list of external programs
105105
local n_entries

0 commit comments

Comments
 (0)