commit | 82444cefa3fef87624a078ea86a72af7ef4ef42e | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Thu May 12 15:39:31 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 12 15:39:31 2022 +0100 |
tree | 7ec703a5fd5b1d641a731868e9bab06ef4d32f92 | |
parent | d0132f4862342eebe6d8e7a9096adf956ba6588b [diff] [blame] |
patch 8.2.4941: '[ and '] marks may be wrong after undo Problem: '[ and '] marks may be wrong after undo. Solution: Adjust the '[ and '] marks if needed. (closes #10407, closes #1281)
diff --git a/src/version.c b/src/version.c index 9c33c3f..f34a322 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4941, +/**/ 4940, /**/ 4939,