-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
env
- Windows 11 + Windows Terminal + WSL2 + manjaro 21.2 + neovim 0.5.1 + caw 3aefcb
- Windows 11 + Windows Terminal + powershell + neovim 0.5.1 + caw 3aefcb
reproduce
- use
gcwiwto comment multi word in single line; - use
gcuwiwto uncomment any word.
expect
the commented word under the cursor is uncommented
got
the first commented word is uncommented.
mininal vimrc
runtime macro/matchit.vim
if empty(glob('$HOME/.vim/autoload/plug.vim'))
if has('win32')
silent execute '!powershell "iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |` ni $HOME/.vim/autoload/plug.vim -Force"'
else
silent execute "!curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim"
endif
autocmd VimEnter * PlugInstall | source $MYVIMRC
endif
call plug#begin('~/.vim/plugged')
Plug 'kana/vim-operator-user'
Plug 'tyru/caw.vim'
call plug#end()
let g:caw_operator_keymappings=1Metadata
Metadata
Assignees
Labels
No labels
