diff options
author | Jaehoon Hwang <jaehoonhwang@users.noreply.github.com> | 2023-10-09 01:48:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-09 16:48:24 +0800 |
commit | dacd34364ff3af98bc2d357c43e3ce06638e2ce9 (patch) | |
tree | c82bf66867f49302e6a6c8f5ec85fea2cd85336f /runtime | |
parent | f96f8566b5f7997266264ba94a22844d9bc22699 (diff) | |
download | rneovim-dacd34364ff3af98bc2d357c43e3ce06638e2ce9.tar.gz rneovim-dacd34364ff3af98bc2d357c43e3ce06638e2ce9.tar.bz2 rneovim-dacd34364ff3af98bc2d357c43e3ce06638e2ce9.zip |
feat(ui-ext): make 'mousehide' into proper ui_option (#25532)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/ui.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index 8784a395f2..9cf0e59854 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -211,6 +211,7 @@ the editor. - 'guifontwide' - 'linespace' - 'mousefocus' + - 'mousehide' - 'mousemoveevent' - 'pumblend' - 'showtabline' |