From 24406a5ae80f0742f6970aad0e083f64bb421551 Mon Sep 17 00:00:00 2001 From: Dmytro Maluka Date: Thu, 25 Apr 2024 01:28:34 +0200 Subject: [PATCH] Comment plugin: doc: fix incorrect keybinding --- runtime/plugins/comment/help/comment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/plugins/comment/help/comment.md b/runtime/plugins/comment/help/comment.md index a7155ab6..cf1847b9 100644 --- a/runtime/plugins/comment/help/comment.md +++ b/runtime/plugins/comment/help/comment.md @@ -8,7 +8,7 @@ file: ```json { - "Alt-g": "comment.comment" + "Alt-g": "lua:comment.comment" } ```