commit | 53737b5eeeab1f95964f78b055d6094fab559533 | [log] [tgz] |
---|---|---|
author | LemonBoy <thatlemon@gmail.com> | Tue May 24 11:49:31 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 24 11:49:31 2022 +0100 |
tree | f572bd9a8a4d6c088fd5f0a74e8d800bfb4dd4e1 | |
parent | 971f6825ee845828bd5c8869487928a3f32cd467 [diff] [blame] |
patch 8.2.5012: cannot select one character inside () Problem: Cannot select one character inside (). Solution: Do not try to extend the area if it is empty. (closes #10472, closes #6616)
diff --git a/src/version.c b/src/version.c index 5ea047a..dea37d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5012, +/**/ 5011, /**/ 5010,