You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, the runInOp is wrapped around the addNewLineAndIndent function so the new line ends up being created and moved to after we go into insert mode which is muddling things up. I just wrapped the enterInsertMode function in a timeout to push it to the next run loop so all the operations should have finished.
The text was updated successfully, but these errors were encountered:
goofiw
changed the title
Vim go to and add new line above/below (o | O) leaves flashing block
Vim go to and add new line above/below (o | O) leaves flashing block [vim]
Aug 25, 2018
goofiw
changed the title
Vim go to and add new line above/below (o | O) leaves flashing block [vim]
Vim go to and add new line above/below (o | O) leaves flashing block (vim)
Aug 25, 2018
goofiw
changed the title
Vim go to and add new line above/below (o | O) leaves flashing block (vim)
Vim go to and add new line above/below (o | O) leaves flashing block
Aug 25, 2018
goofiw
changed the title
Vim go to and add new line above/below (o | O) leaves flashing block
Vim go to and add new line above/below (o | O) leaves flashing block (includes pr for fix)
Aug 25, 2018
Reproable on the demo site. I made a pull request that fixes the issue.
Link to PR
Basically, the runInOp is wrapped around the addNewLineAndIndent function so the new line ends up being created and moved to after we go into insert mode which is muddling things up. I just wrapped the enterInsertMode function in a timeout to push it to the next run loop so all the operations should have finished.
The text was updated successfully, but these errors were encountered: