commit | f4a1d1c0542df151bc59ac3b798ed198b5c71ccc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 13:50:25 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 16 13:50:25 2019 +0100 |
tree | 9f6051c5c5e75c7f113a923f7888f0f272ddee9e | |
parent | ab85ca4e6a40b2998db7b00896505486f5c16b41 [diff] [blame] |
patch 8.1.2302: :lockmarks does not work for '[ and '] Problem: :lockmarks does not work for '[ and ']. Solution: save and restore '[ and '] marks. (James McCoy, closes #5222)
diff --git a/src/version.c b/src/version.c index b916434..500ec91 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2302, +/**/ 2301, /**/ 2300,