mirror of
https://github.com/vim/vim.git
synced 2026-02-01 11:34:23 +01:00
Problem: MS-Windows: Missing fullscreen support for GUI version Solution: Add "s" flag to guioptions (Mao-Yining) - Implement fullscreen mode controlled by the 'go-s' flag in 'guioptions' - Update documentation with usage examples and platform-specific details See :help 'go-s' and :help gui-w32-fullscreen for complete documentation. closes: #18836 Signed-off-by: Mao-Yining <101858210+mao-yining@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>