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

Fix - errors when launching cmd-window by q:

Open shreyas-a-s opened this issue 1 year ago • 0 comments

Please correct me if I am wrong, but this is how I understand it.

Due to the presence of checktime in autocmd, when entering vim buffers like command-window (using q:), checktime is checked but as it is just a vim buffer and not a file, checktime returns nothing and that errors out.

shreyas-a-s avatar Feb 27 '24 09:02 shreyas-a-s