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

Commit df13c6b

Browse files
committed
Don't autoscroll when activating command mode
1 parent 880026d commit df13c6b

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
@@ -376,7 +376,7 @@ class VimState
376376
@changeModeClass('command-mode')
377377

378378
@clearOpStack()
379-
selection.clear() for selection in @editor.getSelections()
379+
selection.clear(autoscroll: false) for selection in @editor.getSelections()
380380

381381
@updateStatusBar()
382382

0 commit comments

Comments
 (0)