-
- Downloads
fix: adjust error message for error in UI event callback (#28200)
Also close Nvim instance before removing log file, otherwise the Nvim instance will still write to the log file. Also adjust log level in libuv_process_spawn(). Ref #27660
Showing
- src/nvim/event/libuv_process.c 1 addition, 1 deletionsrc/nvim/event/libuv_process.c
- src/nvim/ui.c 1 addition, 1 deletionsrc/nvim/ui.c
- test/functional/api/server_notifications_spec.lua 2 additions, 0 deletionstest/functional/api/server_notifications_spec.lua
- test/functional/autocmd/autocmd_oldtest_spec.lua 2 additions, 0 deletionstest/functional/autocmd/autocmd_oldtest_spec.lua
- test/functional/core/startup_spec.lua 2 additions, 0 deletionstest/functional/core/startup_spec.lua
- test/functional/lua/ui_event_spec.lua 23 additions, 0 deletionstest/functional/lua/ui_event_spec.lua
- test/functional/options/defaults_spec.lua 6 additions, 0 deletionstest/functional/options/defaults_spec.lua
- test/functional/ui/embed_spec.lua 2 additions, 0 deletionstest/functional/ui/embed_spec.lua
- test/functional/vimscript/server_spec.lua 2 additions, 0 deletionstest/functional/vimscript/server_spec.lua
Loading
Please register or sign in to comment