Skip to content

Commit 7134d3f

Browse files
Rewording error message for old comment option
1 parent b4920fb commit 7134d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/plugins/comment/comment.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ ft["zsh"] = "# %s"
6464

6565
function updateCommentType(buf)
6666
if buf.Settings["commenttype"] ~= nil then
67-
micro.InfoBar():Error("\"commenttype\" option has been updated to \"comment.type\"",
68-
"instead, please update accordingly")
67+
micro.InfoBar():Error("\"commenttype\" option has been renamed to \"comment.type\"",
68+
", please update your configuration")
6969
end
7070

7171
-- NOTE: Don't use SetOptionNative() to set "comment.type",

0 commit comments

Comments
 (0)