mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 08:32:42 +00:00
Since i3 version 4.24, popup_during_fullscreen has new
option `all`. So add the `all` option for popup_during_fullscreen to
prevent `all` option highlighted as error.
However, sway won't implement `all` option for popup_during_fullscreen,
so let's remove the extra options from the syntax cluster in swayconfig
syntax script after sourcing the i3config.
Reference:
- https://i3wm.org/docs/userguide.html#_popups_during_fullscreen_mode
- https://github.com/swaywm/sway/issues/8746
closes: vim/vim#18760
25a736e323
Co-authored-by: Robertus Chris <robertusdchris@gmail.com>