aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2015-10-26 11:24:51 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2015-10-26 11:24:51 -0300
commit29d64a901df6eff436b100374b2a240eea1906d9 (patch)
tree613b820fdc3d1d48a68146a4b516d05898798513 /src/nvim/ex_docmd.c
parent424b00ea610b90ed4041711f27d71d0e359038a7 (diff)
parent1726c7d999e68b4ed8aee234b7dfa339ed0784b2 (diff)
downloadrneovim-29d64a901df6eff436b100374b2a240eea1906d9.tar.gz
rneovim-29d64a901df6eff436b100374b2a240eea1906d9.tar.bz2
rneovim-29d64a901df6eff436b100374b2a240eea1906d9.zip
Merge PR #3413 'Refactor Neovim to remove the side effects of `K_EVENT`'
Diffstat (limited to 'src/nvim/ex_docmd.c')
-rw-r--r--src/nvim/ex_docmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c
index a9262ca6ea..e160281145 100644
--- a/src/nvim/ex_docmd.c
+++ b/src/nvim/ex_docmd.c
@@ -6544,7 +6544,7 @@ do_exedit (
msg_scroll = 0;
must_redraw = CLEAR;
- main_loop(FALSE, TRUE);
+ normal_enter(false, true);
RedrawingDisabled = rd;
no_wait_return = nwr;