Skip to content

Commit

Permalink
#265 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
t9md committed May 3, 2016
1 parent 68ab5de commit 4df5381
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/operator.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,10 @@ class YankLine extends Yank
@extend()
target: 'MoveToRelativeLine'

class YankToLastCharacterOfLine extends Yank
@extend()
target: 'MoveToLastCharacterOfLine'

# -------------------------
# FIXME
# Currently native editor.joinLines() is better for cursor position setting
Expand Down

0 comments on commit 4df5381

Please sign in to comment.