From c22b2c2937d9dd65d0609e57f948f08da7f5c5ea Mon Sep 17 00:00:00 2001 From: Jeremy Bobbin Date: Sat, 11 Feb 2023 06:57:51 -0800 Subject: fix bug where visual-line selections after view were considered visible prior to this patch, if you had a visual-line selection after the view, and try to move it(& all other selections) up into the buffer, the selection would appear prematurely. https://github.com/martanne/vis/issues/1074 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index bc0d310..967f807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - fix a ~ being considered a special character in path patterns (except at the start) - improvements to and clean-up of vis-open - add Selection:remove() to lua API +- fix bug where visual-line selections after view were considered visible ## [0.8] - 2022-11-01 -- cgit v1.2.3