Files
telescope.nvim/lua/telescope
zeertzjq d96eaa914a fix: block autocommands when setting preview buffer (#2010)
Telescope creates most floating windows with `noautocmd = true`, so
these windows do not trigger autocommands, but preview buffer is set in
window using `nvim_win_set_buf()`, which triggers buffer autocommands.
This may be unwanted, so block them using 'eventignore'.
2022-06-15 10:43:10 +02:00
..
2022-04-18 08:21:00 +02:00
2021-09-13 21:49:13 +02:00
2022-04-22 16:20:59 +02:00
2022-04-03 13:33:33 +02:00