From cf6cffda89ad0b22de0ddd4ca7abcb714da812d0 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Wed, 14 Jun 2023 18:23:15 -0400 Subject: docs(ex_cmds): migration from "behave xterm" #24024 --- runtime/doc/news.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'runtime') 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 -- cgit