codewindow.nvim icon indicating copy to clipboard operation
codewindow.nvim copied to clipboard

Error: Invalid Window (id:1000)

Open BooleanCube opened this issue 3 years ago • 2 comments

Here is the error log I receive in the terminal after closing buffers and exiting Neovim with the codewindow toggled on:

Error executing vim.schedule lua callback: ...k/packer/start/codewindow.nvim/lua/codewindow/window.lua:90: Invalid window id: 1000
stack traceback:
	[C]: in function 'nvim_win_set_buf'
	...k/packer/start/codewindow.nvim/lua/codewindow/window.lua:90: in function ''
	vim/_editor.lua: in function ''
	vim/_editor.lua: in function <vim/_editor.lua:0>

Why does this error occur and how can we get it fixed?

BooleanCube avatar Nov 27 '22 17:11 BooleanCube

What do you do, to have this error occur?

gorbit99 avatar Nov 27 '22 22:11 gorbit99

If I close the buffer in Neovim using :q! and the minimap was toggled on, the error occurs. Otherwise, it works perfectly fine.

BooleanCube avatar Nov 27 '22 23:11 BooleanCube