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

Commit d1220fd

Browse files
committed
fix lint issue
1 parent abedc16 commit d1220fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/operators/input.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class InsertCancellable extends Insert
3939

4040
confirmTransaction: (transaction) ->
4141
super
42-
if @typedText?.length == 0
42+
if @typedText?.length is 0
4343
@vimState.history.shift() if @vimState.history[0] is @
4444

4545
class InsertAfter extends Insert

0 commit comments

Comments
 (0)