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

Commit 07d3f1b

Browse files
committed
fix a random typo
1 parent e7fcec5 commit 07d3f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vim-state.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ class VimState
546546
activateOperatorPendingMode: ->
547547
@deactivateInsertMode()
548548
@mode = 'operator-pending'
549-
@submodule = null
549+
@submode = null
550550
@changeModeClass('operator-pending-mode')
551551

552552
@updateStatusBar()

0 commit comments

Comments
 (0)