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

Commit ac3954a

Browse files
committed
fix lint issue
1 parent 45f7f81 commit ac3954a

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
@@ -34,7 +34,7 @@ class InsertCancellable extends Insert
3434

3535
confirmTransaction: (transaction) ->
3636
super
37-
if @typedText?.length == 0
37+
if @typedText?.length is 0
3838
@vimState.history.shift() if @vimState.history[0] is @
3939

4040
class InsertAfter extends Insert

0 commit comments

Comments
 (0)