commit | 3b93cf218fc70897c11de0415221e7899e9a527a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 13 18:34:18 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 13 18:34:18 2022 +0100 |
tree | 2c7c401ba41ccc52d15f7e30b62ccc75c08102c2 | |
parent | a04f457a6c071179bac4088c9314007d39d5c5e0 [diff] [blame] |
patch 9.0.0458: splitting a line with a text prop "above" moves it down Problem: Splitting a line with a text prop "above" moves it to a new line below. Solution: Keep an "above" text prop above the first line.
diff --git a/src/version.c b/src/version.c index 019abf3..25c28f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 458, +/**/ 457, /**/ 456,