????

Your IP : 3.147.48.123


Current Path : C:/Program Files/Git/usr/share/vim/vim91/pack/dist/opt/comment/plugin/
Upload File :
Current File : C:/Program Files/Git/usr/share/vim/vim91/pack/dist/opt/comment/plugin/comment.vim

vim9script

# Maintainer: Maxim Kim <habamax@gmail.com>
# Last Update: 2024-04-26

import autoload 'comment.vim'
nnoremap <silent> <expr> gc comment.Toggle()
xnoremap <silent> <expr> gc comment.Toggle()
nnoremap <silent> <expr> gcc comment.Toggle() .. '_'