diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-07-24 11:32:56 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-09-04 21:18:22 +0800 |
commit | a5fe7940c8b9436b78ae408eae8345266423f2c8 (patch) | |
tree | ed566fa73e650a8faaa60fbdf71011ec86d232e5 /runtime/doc | |
parent | 00b49dd8dd638c5fe1b664273aea5c843d69f36d (diff) | |
download | rneovim-a5fe7940c8b9436b78ae408eae8345266423f2c8.tar.gz rneovim-a5fe7940c8b9436b78ae408eae8345266423f2c8.tar.bz2 rneovim-a5fe7940c8b9436b78ae408eae8345266423f2c8.zip |
feat(ui-ext): make 'mousemoveevent' a ui_option
Diffstat (limited to 'runtime/doc')
-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 3fb9ed1125..955af84679 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -207,6 +207,7 @@ the editor. 'guifontwide' 'linespace' 'mousefocus' + 'mousemoveevent' 'pumblend' 'showtabline' 'termguicolors' |