From 1585b6dc94be23cda47cdeac939c2c74a8bd4c37 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 21:06:16 +0200 Subject: Merging upstream version 2:9.1.0377. Signed-off-by: Daniel Baumann --- runtime/pack/dist/opt/comment/plugin/comment.vim | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 runtime/pack/dist/opt/comment/plugin/comment.vim (limited to 'runtime/pack/dist/opt/comment/plugin/comment.vim') diff --git a/runtime/pack/dist/opt/comment/plugin/comment.vim b/runtime/pack/dist/opt/comment/plugin/comment.vim new file mode 100644 index 0000000..94ac067 --- /dev/null +++ b/runtime/pack/dist/opt/comment/plugin/comment.vim @@ -0,0 +1,9 @@ +vim9script + +# Maintainer: Maxim Kim +# Last Update: 2024-04-26 + +import autoload 'comment.vim' +nnoremap gc comment.Toggle() +xnoremap gc comment.Toggle() +nnoremap gcc comment.Toggle() .. '_' -- cgit v1.2.3