rococode / vimflowy

archived - I switched to plaintext [my personal fork, not a clean dev environment. commits cherry-picked from here to PR to master]
https://vimflowy.netlify.com/
MIT License
0 stars 0 forks source link

dw doesn't always work at end of line #12

Open rococode opened 5 years ago

rococode commented 5 years ago

Unfortunately I don't see the pattern here, but dw does not always work on the last word in a line.

Here's a gif with me moving around and trying to dw a bunch of times:

Stuff like the test in imdb-final-test and the numbers after the decimals, and branch can't be deleted by dw. But for some reason, Outline in the last line can be deleted. None of the lines have additional whitespace at the end. DATA: can be deleted with the colon, but deleting just the colon doesn't work (vanilla vim behavior would be to delete the : if the cursor is on it.

D to delete to the end of the line works fine in all cases, however.