Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

word motion bugs ( w e b ge gw dw cw ... ) #38

Closed
74th opened this issue Jun 9, 2016 · 12 comments
Closed

word motion bugs ( w e b ge gw dw cw ... ) #38

74th opened this issue Jun 9, 2016 · 12 comments

Comments

@74th
Copy link
Owner

74th commented Jun 9, 2016

There may be some bugs I cannot found. Please report bugs!! Word motion has many function!

aaa bbb ccc
^ dw

except:
bbb ccc

actual:
ccc
@74th 74th added the bug label Jun 9, 2016
@74th 74th changed the title dw word motion bug Jun 9, 2016
@74th
Copy link
Owner Author

74th commented Jun 9, 2016

when cursor move over 3 blank line by w, it skips 1 line.

@74th
Copy link
Owner Author

74th commented Jun 9, 2016

aaa ddd cccccc
        ^ dw

except:
aaa ddd 
       ^

actual:
aaa ddd c
        ^

@74th 74th changed the title word motion bug word motion bugs ( w e b ge gw dw cw ... ) Jun 9, 2016
@74th
Copy link
Owner Author

74th commented Jun 10, 2016

aaa(LF)
^ dw
bbb

except:
(LF)
bbb

actual: delete LF
bbb

@jskulski
Copy link

jskulski commented Jun 12, 2016

Hello! On 0.3.9 this is current behavior for db

aaa bbb
^db 
bbb

It deletes forward like dw. It also has this behavior with

aaa bbb ccc
       ^db 
aaa ccc

@74th
Copy link
Owner Author

74th commented Jun 13, 2016

@jskulski Thank for your report. I'll try to fix them.

@jskulski
Copy link

@74th Thank you for vimstyle! It was the plugin that finally allowed me to use vscode (too addicted to vim keys).

@vogler
Copy link

vogler commented Jun 15, 2016

  1. e after b is broken, e.g., be goes to the end of the next word instead of the current word.
  2. b and e don't work in visual mode

@74th
Copy link
Owner Author

74th commented Jun 15, 2016

@vogler Thank you for a report. I could find a bug when a cursor in a first character of a word and visual mode was not tested well. I try to fix them.

74th added a commit that referenced this issue Jun 21, 2016
74th added a commit that referenced this issue Jun 21, 2016
74th added a commit that referenced this issue Jun 21, 2016
74th added a commit that referenced this issue Jun 22, 2016
@74th 74th closed this as completed in 5bedcab Jun 23, 2016
@vogler
Copy link

vogler commented Jun 24, 2016

  1. is fixed, but visual mode is still buggy: vb works, ve and vwb don't.

@74th 74th reopened this Jun 24, 2016
@74th
Copy link
Owner Author

74th commented Jul 1, 2016

cw at a last word of line leave the last charactor.

@tobia
Copy link

tobia commented Jul 19, 2016

^^ or sometimes chomps the following line:

Hello
world!

pressing cw on the H leaves only the !

@bodqhrohro
Copy link

ce and de leave the last character of the word instead of removing the whole word.

74th added a commit that referenced this issue Aug 8, 2016
@74th 74th closed this as completed in 1784978 Sep 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants