CompileAndConquer
CompileAndConquer
Good evening, is this being fixed? it works fine with my setup: i have a Linux server: 6.8.0-88-generic -Ubuntu and nvim on the server NVIM v0.9.5 Build type: Release LuaJIT...
Segfault when printing in cmdheight=0 and then switching to another tabpage with different cmdheight
@altermo @zeertzjq is this still open? I do not get a SIGSEGV with ```nvim nvim --clean :lua t=vim.api.nvim_get_current_tabpage() vim.cmd.tabnew() vim.o.cmdheight=0 print('t') vim.api.nvim_set_current_tabpage(t) ``` I'm running this with NVIM v0.12.0-dev-1749+g8af7a02be4 Build...
I am working on a fix for issue #32319 and #31002, and i was trying to create a scenario where assert(to_scroll >= 0) fires. and i might have came across...