Files
neovim/test/functional
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
..
2018-12-20 11:57:30 +01:00
2018-12-20 11:57:30 +01:00
2018-12-31 01:06:17 +01:00
2018-05-09 23:18:38 +02:00
2019-01-04 01:28:44 +01:00
2016-06-10 21:50:49 +03:00