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-03-13 18:11:27 +01:00
2022-06-02 16:00:14 +02:00
2021-09-01 18:17:18 +02:00
2022-06-12 13:03:12 +02:00
2022-04-18 08:21:00 +02:00
2022-03-10 13:48:40 +01:00
2022-05-12 08:39:19 +02:00
2022-06-15 10:43:10 +02:00
2022-04-30 12:33:15 +02:00
2022-04-25 22:52:00 +02:00
2022-05-15 22:08:16 +02:00
2021-07-23 11:42:37 -04:00
2021-11-01 20:30:10 +01:00
2022-01-09 19:43:06 +01:00
2021-09-13 21:49:13 +02:00
2022-03-13 18:11:27 +01:00
2022-06-02 20:17:39 +02:00
2022-05-09 11:43:22 +02:00
2021-10-08 10:56:01 -04:00
2022-05-15 22:00:01 +02:00
2022-04-22 16:20:59 +02:00
2022-06-01 16:52:15 +02:00
2022-04-03 13:33:33 +02:00
2020-11-16 10:58:30 -05:00
2022-04-25 22:52:00 +02:00
2022-06-15 10:43:10 +02:00