diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-08-12 21:44:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-12 21:44:12 +0200 |
commit | d42547f3223cff8e56df1ff9f493522342de3ebd (patch) | |
tree | f12cdcda2c79c9daf908813fa2c2ec292bd2c2e5 /src/nvim/ex_docmd.c | |
parent | f2fd5afb48786c4272105b0adda6977ee1fd6f2e (diff) | |
parent | c87dbadc44f7d3705c7cf4e4dc7345da33f63e1a (diff) | |
download | rneovim-d42547f3223cff8e56df1ff9f493522342de3ebd.tar.gz rneovim-d42547f3223cff8e56df1ff9f493522342de3ebd.tar.bz2 rneovim-d42547f3223cff8e56df1ff9f493522342de3ebd.zip |
Merge #7088 from justinmk/vimpatches
Diffstat (limited to 'src/nvim/ex_docmd.c')
-rw-r--r-- | src/nvim/ex_docmd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c index 29788a9865..6e7938046a 100644 --- a/src/nvim/ex_docmd.c +++ b/src/nvim/ex_docmd.c @@ -7690,6 +7690,7 @@ static void ex_redraw(exarg_T *eap) RedrawingDisabled = 0; p_lz = FALSE; + validate_cursor(); update_topline(); update_screen(eap->forceit ? CLEAR : VIsual_active ? INVERTED : |