diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-05-04 17:34:34 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-05-04 17:34:34 +0200 |
commit | 4b8366b56edbf4f3efcaeedbaba491c49c5788ca (patch) | |
tree | 6ddd17aee409961787750126dcebcd5c86bf90a1 /runtime | |
parent | 8caef443b2a71b937061399a216bcfa854aed33d (diff) | |
download | vim-git-4b8366b56edbf4f3efcaeedbaba491c49c5788ca.tar.gz |
patch 8.1.1267: cannot check if GPM mouse support is workingv8.1.1267
Problem: Cannot check if GPM mouse support is working.
Solution: Add the "mouse_gpm_enable" feature.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index c12e69e4a..bc18daaca 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -10532,6 +10532,7 @@ modify_fname Compiled with file name modifiers. |filename-modifiers| mouse Compiled with support mouse. mouse_dec Compiled with support for Dec terminal mouse. mouse_gpm Compiled with support for gpm (Linux console mouse) +mouse_gpm_enabled GPM mouse is working mouse_netterm Compiled with support for netterm mouse. mouse_pterm Compiled with support for qnx pterm mouse. mouse_sysmouse Compiled with support for sysmouse (*BSD console mouse) |