fix :grep not working
This commit is contained in:
parent
7254f63fcf
commit
1b67e28208
1 changed files with 0 additions and 2 deletions
|
|
@ -548,8 +548,6 @@ vim.api.nvim_create_autocmd('QuickFixCmdPost', {
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.opt.shortmess:append 'c'
|
|
||||||
|
|
||||||
vim.api.nvim_create_autocmd({ 'FocusGained', 'BufEnter' }, {
|
vim.api.nvim_create_autocmd({ 'FocusGained', 'BufEnter' }, {
|
||||||
command = "if mode() != 'c' | checktime | endif",
|
command = "if mode() != 'c' | checktime | endif",
|
||||||
pattern = '*',
|
pattern = '*',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue