neovim/runtime
glepnir c14954a840 feat(option): add winborder option
Problem:
There is currently no global option to define the default border style for floating windows. This leads to repetitive code when developers need consistent styling across multiple floating windows.

Solution:
Introduce a global option winborder to specify the default border style for floating windows. When a floating window is created without explicitly specifying a border style, the value of the winborder option will be used. This simplifies configuration and ensures consistency in floating window appearance.
2024-12-10 15:05:01 +08:00
..
autoload fix(clipboard): tmux clipboard depends on $TMUX #31268 2024-12-03 05:06:54 -08:00
colors fix(runtime): clean up one-off scripts 2024-10-15 20:50:21 +02:00
compiler vim-patch:9.1.0898: runtime(compiler): pytest compiler not included 2024-11-30 13:40:08 +01:00
doc feat(option): add winborder option 2024-12-10 15:05:01 +08:00
ftplugin vim-patch:9a39483: runtime(typst): provide a formatlistpat in ftplugin 2024-12-02 08:19:50 +01:00
indent docs: misc (#31138) 2024-11-21 06:50:30 +08:00
keymap
lua feat(option): add winborder option 2024-12-10 15:05:01 +08:00
pack/dist/opt vim-patch:5e7f43b: runtime(termdebug): allow to use decimal signs (#31149) 2024-11-10 09:24:27 +08:00
plugin vim-patch:59834ba: runtime(matchparen): Add matchparen_disable_cursor_hl config option 2024-11-05 08:31:19 +01:00
queries fix(treesitter): update queries 2024-11-22 09:39:45 +01:00
scripts fix(runtime): clean up one-off scripts 2024-10-15 20:50:21 +02:00
spell
syntax vim-patch:511eb84: runtime(po): remove poDiffOld/New, add po-format flags to syntax file 2024-11-29 08:10:51 +01:00
tutor feat(tutor): give hints to satisfy the line checker #30952 2024-10-27 06:50:17 -07:00
CMakeLists.txt fix(runtime): clean up one-off scripts 2024-10-15 20:50:21 +02:00
delmenu.vim
filetype.lua
ftoff.vim
ftplugin.vim
ftplugof.vim
indent.vim
indoff.vim
makemenu.vim
menu.vim vim-patch:a420547: runtime(misc): Use consistent "Vim script" spelling (#30805) 2024-10-14 09:27:29 +08:00
neovim.ico
nvim.appdata.xml
nvim.desktop docs: misc (#29719) 2024-08-29 06:11:32 +08:00
nvim.png
optwin.vim vim-patch:9.1.0864: message history is fixed to 200 (#31215) 2024-11-15 08:04:49 +08:00
synmenu.vim
windows_icon.rc