diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2020-09-06 11:40:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-06 11:40:07 -0700 |
commit | c1d395a6d664933ec7a644362721db115efef664 (patch) | |
tree | c3e68c81eac71a2a75a46f45422f0ddac70b38d6 /runtime | |
parent | d6b280799fb873dfc40b8012d40d0bb54bc9d588 (diff) | |
download | rneovim-c1d395a6d664933ec7a644362721db115efef664.tar.gz rneovim-c1d395a6d664933ec7a644362721db115efef664.tar.bz2 rneovim-c1d395a6d664933ec7a644362721db115efef664.zip |
UI: forward 'mousefocus' option #12863
close #12849
ref eb4aab7173fa1733f77bb6d7117351b47ada6134
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 1 | ||||
-rw-r--r-- | runtime/doc/ui.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 00fa947f6d..190d6f9229 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -4022,7 +4022,6 @@ A jump table for the options with a short description can be found at |Q_op|. *'mousefocus'* *'mousef'* *'nomousefocus'* *'nomousef'* 'mousefocus' 'mousef' boolean (default off) global - {only works in the GUI} The window that the mouse pointer is on is automatically activated. When changing the window layout or window focus in another way, the mouse pointer is moved to the window with keyboard focus. Off is the diff --git a/runtime/doc/ui.txt b/runtime/doc/ui.txt index 990f58b291..e5c6b9b1b7 100644 --- a/runtime/doc/ui.txt +++ b/runtime/doc/ui.txt @@ -185,6 +185,7 @@ the editor. 'guifont' 'guifontwide' 'linespace' + 'mousefocus' 'pumblend' 'showtabline' 'termguicolors' |