fix :grep not working

This commit is contained in:
Ray Andrew 2025-11-20 01:32:51 -06:00
parent 7254f63fcf
commit 1b67e28208
Signed by: rayandrew
SSH key fingerprint: SHA256:XYrYrxF0Z3A72n8P/p6mqPRNQZT22F88XcLsG+kX4xw

View file

@ -548,8 +548,6 @@ vim.api.nvim_create_autocmd('QuickFixCmdPost', {
end,
})
vim.opt.shortmess:append 'c'
vim.api.nvim_create_autocmd({ 'FocusGained', 'BufEnter' }, {
command = "if mode() != 'c' | checktime | endif",
pattern = '*',