Skip to content

Commit

Permalink
exiteditor: removed confusing option. thx to bjornbm
Browse files Browse the repository at this point in the history
  • Loading branch information
philanc committed Apr 27, 2023
1 parent a169d07 commit 2debb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ple.lua
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ function e.exiteditor(b)
end
if anyunsaved then
local ch = readchar(
"Some buffers not saved. Quit? ", "[YNQynq\r\n]")
"Some buffers not saved. Quit? ", "[YNyn\r\n]")
if ch ~= "y" and ch ~= "Y" then
msg("aborted.")
return
Expand Down

0 comments on commit 2debb10

Please sign in to comment.