Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using 'cw' on a last word in the line if the next line is indented joins the lines #41

Closed
MasterMedo opened this issue Nov 25, 2020 · 1 comment

Comments

@MasterMedo
Copy link

MasterMedo commented Nov 25, 2020

wordmotion

init.vim:

call plug#begin('~/.vim/plugged')
Plug 'chaoren/vim-wordmotion'
call plug#end()

" when using 'cw' on the last word
  " and the next line is indented it joins them

version: NVIM v0.4.4

EDIT: even when doing:

nmap dw de
nmap cw ce

doing cw/dw on the very last character still joins the lines

@chaoren
Copy link
Owner

chaoren commented Nov 28, 2020

This is the same issue as #36. I've decided to implement vim's cw/dw behavior. Stay tuned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants