diff options
| author | Björn Linse <bjorn.linse@gmail.com> | 2020-04-01 20:52:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-01 20:52:04 +0200 |
| commit | 6ca7ebb34685a2be497dd5bb00defd5976af7b27 (patch) | |
| tree | 4f4fe9af5166713bab5ac6403bf42636a6fdaa00 /src/nvim/ui.c | |
| parent | 4139678f97ee556ab142031a1ed5c7580278b64f (diff) | |
| parent | 1fe0b329fe1d40e5837a43f53da0e0fff38477bc (diff) | |
| download | rneovim-6ca7ebb34685a2be497dd5bb00defd5976af7b27.tar.gz rneovim-6ca7ebb34685a2be497dd5bb00defd5976af7b27.tar.bz2 rneovim-6ca7ebb34685a2be497dd5bb00defd5976af7b27.zip | |
Merge pull request #11748 from bfredl/viewport
win_viewport event for buffer range and buffer cursor pos
Diffstat (limited to 'src/nvim/ui.c')
| -rw-r--r-- | src/nvim/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ui.c b/src/nvim/ui.c index 0f841760d6..3a5aa95ad3 100644 --- a/src/nvim/ui.c +++ b/src/nvim/ui.c @@ -424,7 +424,7 @@ int ui_current_col(void) void ui_flush(void) { cmdline_ui_flush(); - win_ui_flush_positions(); + win_ui_flush(); msg_ext_ui_flush(); msg_scroll_flush(); |
