diff options
-rw-r--r-- | runtime/doc/news.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index ac9e60637a..f2a878078d 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -23,7 +23,12 @@ The following changes may require adaptations in user config or plugins. • "#" followed by a digit no longer stands for a function key at the start of the lhs of a mapping. -• `:behave` was removed. if you used `:behave mswin`, the following is equivalent: >vim +• `:behave` was removed. + - If you used `:behave xterm`, the following is equivalent: >vim + + set mousemodel=extend +< + - If you used `:behave mswin`, the following is equivalent: >vim set selection=exclusive set selectmode=mouse,key |