We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4920fb commit 7134d3fCopy full SHA for 7134d3f
runtime/plugins/comment/comment.lua
@@ -64,8 +64,8 @@ ft["zsh"] = "# %s"
64
65
function updateCommentType(buf)
66
if buf.Settings["commenttype"] ~= nil then
67
- micro.InfoBar():Error("\"commenttype\" option has been updated to \"comment.type\"",
68
- "instead, please update accordingly")
+ micro.InfoBar():Error("\"commenttype\" option has been renamed to \"comment.type\"",
+ ", please update your configuration")
69
end
70
71
-- NOTE: Don't use SetOptionNative() to set "comment.type",
0 commit comments