From 022d0210c5afa4e516183bf19715316ccca5d240 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 13 May 2021 08:49:58 +0100 Subject: More accurate vi(1) word navigation in copy mode and on the status line. This changes the meaning of the word-separators option - setting it to the empty string is equivalent to the previous behavior. From Will Noble in GitHub issue 2693. --- CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 42467dd3..8b23a0fb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ CHANGES FROM 3.2 TO 3.3 -XXX +* More accurate vi(1) word navigation in copy mode and on the status line. This + changes the meaning of the word-separators option - setting it to the empty + string is equivalent to the previous behavior. CHANGES FROM 3.1c TO 3.2 -- cgit