Skip to content
This repository was archived by the owner on Apr 6, 2018. It is now read-only.

Commit 8554a17

Browse files
committed
add a comment saying that moving back by subword doesn't word
1 parent d55d011 commit 8554a17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/motions/general-motions.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ class MoveToPreviousWord extends Motion
190190

191191
moveCursorToPreviousSubword: (cursor, count) ->
192192
_.times count, ->
193+
# XXX: Doesn't actually work as it also moves the ending of the previous subword
193194
cursor.moveToPreviousSubwordBoundary()
194195

195196
moveCursorToPreviousWord: (cursor, count) ->

0 commit comments

Comments
 (0)