comparison runtime/doc/eval.txt @ 16527:5412fcd03ecb v8.1.1267

patch 8.1.1267: cannot check if GPM mouse support is working commit https://github.com/vim/vim/commit/4b8366b56edbf4f3efcaeedbaba491c49c5788ca Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 4 17:34:34 2019 +0200 patch 8.1.1267: cannot check if GPM mouse support is working Problem: Cannot check if GPM mouse support is working. Solution: Add the "mouse_gpm_enable" feature.
author Bram Moolenaar <Bram@vim.org>
date Sat, 04 May 2019 17:45:06 +0200
parents 9484fc00ac6b
children 7a563ee902b6
comparison
equal deleted inserted replaced
16526:8f85d2c73e7e 16527:5412fcd03ecb
10530 mksession Compiled with support for |:mksession|. 10530 mksession Compiled with support for |:mksession|.
10531 modify_fname Compiled with file name modifiers. |filename-modifiers| 10531 modify_fname Compiled with file name modifiers. |filename-modifiers|
10532 mouse Compiled with support mouse. 10532 mouse Compiled with support mouse.
10533 mouse_dec Compiled with support for Dec terminal mouse. 10533 mouse_dec Compiled with support for Dec terminal mouse.
10534 mouse_gpm Compiled with support for gpm (Linux console mouse) 10534 mouse_gpm Compiled with support for gpm (Linux console mouse)
10535 mouse_gpm_enabled GPM mouse is working
10535 mouse_netterm Compiled with support for netterm mouse. 10536 mouse_netterm Compiled with support for netterm mouse.
10536 mouse_pterm Compiled with support for qnx pterm mouse. 10537 mouse_pterm Compiled with support for qnx pterm mouse.
10537 mouse_sysmouse Compiled with support for sysmouse (*BSD console mouse) 10538 mouse_sysmouse Compiled with support for sysmouse (*BSD console mouse)
10538 mouse_sgr Compiled with support for sgr mouse. 10539 mouse_sgr Compiled with support for sgr mouse.
10539 mouse_urxvt Compiled with support for urxvt mouse. 10540 mouse_urxvt Compiled with support for urxvt mouse.