Launch.nvim
Launch.nvim copied to clipboard
Fix - errors when launching cmd-window by q:
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.