diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-09-10 00:23:44 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-09-09 21:23:44 -0700 |
commit | 477113d1ae25109d9e52f1f4a6baf624d5183c9a (patch) | |
tree | e92f96436bbf891b9b93da5c9ab2d20ddd64888b /runtime | |
parent | a2c98a29387d7911cb929ee619f2a6cb3eec6620 (diff) | |
download | rneovim-477113d1ae25109d9e52f1f4a6baf624d5183c9a.tar.gz rneovim-477113d1ae25109d9e52f1f4a6baf624d5183c9a.tar.bz2 rneovim-477113d1ae25109d9e52f1f4a6baf624d5183c9a.zip |
vim-patch:8.0.1309: cannot use 'balloonexpr' in a terminal #10983
(Port some refactoring, but ignore "balloon" changes.)
Problem: Cannot use 'balloonexpr' in a terminal.
Solution: Add 'balloonevalterm' and add code to handle mouse movements in a
terminal. Initial implementation for Unix with GUI.
https://github.com/vim/vim/commit/51b0f3701ecb440aa72ab6017c1df6940c0e0f6f
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 6fcead0894..188f7fc2e2 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2966,7 +2966,7 @@ A jump table for the options with a short description can be found at |Q_op|. toolbar, tabline, etc. Instead, the behavior is similar to when the window is maximized and will adjust 'lines' and 'columns' to fit to the window. Without the 'k' flag Vim will - try to keep 'lines' and 'columns the same when adding and + try to keep 'lines' and 'columns' the same when adding and removing GUI components. *'guitablabel'* *'gtl'* |