74th / vscode-vim

vim emulator for Visual Studio Code
MIT License
215 stars 25 forks source link

word motion skips first word #35

Closed 74th closed 8 years ago

74th commented 8 years ago

push w

before:
fmt.Print("hello world")
   ^
except:
fmt.Print("hello world")
    ^
actual:
fmt.Print("hello world")
         ^
74th commented 8 years ago

test branch feature/wordmotion.

(SP)bbb
    ^ cannot w
bbb
  ^ cannot b
74th commented 8 years ago
tree.Lase()
    ^ unexcept w
74th commented 8 years ago
aaa b
    ^ cannnot b
$$$bb
   ^ unexcept b
74th commented 8 years ago
aaa bbb
^ unexcept dw
74th commented 8 years ago

(^_^)V