Rewording error message for old comment option

This commit is contained in:
Neko Box Coder 2024-08-22 21:46:42 +01:00
parent b4920fb645
commit 7134d3f272
No known key found for this signature in database
GPG Key ID: E33FCF170345E0F5

View File

@ -64,8 +64,8 @@ ft["zsh"] = "# %s"
function updateCommentType(buf)
if buf.Settings["commenttype"] ~= nil then
micro.InfoBar():Error("\"commenttype\" option has been updated to \"comment.type\"",
"instead, please update accordingly")
micro.InfoBar():Error("\"commenttype\" option has been renamed to \"comment.type\"",
", please update your configuration")
end
-- NOTE: Don't use SetOptionNative() to set "comment.type",