commit | 54c3fcd852f9d986f81547429e850b3364f058d6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 19 22:09:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 19 22:09:06 2020 +0200 |
tree | d5700d0f8f7637aec2b86b5c599ee8af411a51e2 | |
parent | 682d0a15462f3d4f9404e98a56b340ae131cbb09 [diff] [blame] |
patch 8.2.1252: ":marks" may show '< and '> mixed up Problem: ":marks" may show '< and '> mixed up. Solution: Show the mark position as where '< and '> would jump.
diff --git a/src/version.c b/src/version.c index 444870e..89fd043 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1252, +/**/ 1251, /**/ 1250,