diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-09-28 08:30:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-28 08:30:41 +0000 |
commit | 8cda3d140574cbd8bd0fd8e89667ef67a4a1f900 (patch) | |
tree | dd810a39f81d910972b9a12bfebd9720c29de2fb /CHANGELOG.md | |
parent | b6e05d2dceb80536b54c8ca4085e22075e4527a1 (diff) | |
download | alacritty-8cda3d140574cbd8bd0fd8e89667ef67a4a1f900.tar.gz alacritty-8cda3d140574cbd8bd0fd8e89667ef67a4a1f900.zip |
Fix incorrect vi mode search origin
Fixes #5460.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e5be002d..59ad284e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Line indicator obstructing vi mode cursor when scrolled into history +- Vi mode search starting in the line below the vi cursor ## 0.9.0 |