Files
neovim/test/functional/legacy
Björn Linse 9452532036 API: don't directly call update_screen() in API functions
There is no need to call update_screen() directly in an API function,
mode input processing invokes update_screen() as needed. And if the API
call is done in a context where redraw is disabled, then redraw is
disabled for a reason. A lot of API functions are of equal semantical
strength (nvim_call_function and nvim_execute_lua can also do whatever,
nvim_command is not special), this inconsistency has no purpose.
2019-01-08 23:31:48 +01:00
..
2017-04-09 03:31:13 +03:00
2016-06-10 21:50:49 +03:00
2016-07-06 09:13:48 -04:00
2016-09-22 01:46:30 +07:00