comparison src/version.c @ 23776:9f692a75d481 v8.2.2429

patch 8.2.2429: :goto does not work correctly with text properties Commit: https://github.com/vim/vim/commit/59ff64079b4fcf0393a7413e3242a8b58c2ceadb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 30 17:16:28 2021 +0100 patch 8.2.2429: :goto does not work correctly with text properties Problem: :goto does not work correctly with text properties. (Sam McCall) Solution: Add a test. (Andrew Radev) Also use the text property size when computing the remaining offset. (closes #5930)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Jan 2021 17:30:03 +0100
parents 646ca2893d85
children 8b682f6f3709
comparison
equal deleted inserted replaced
23775:86461330648b 23776:9f692a75d481
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2429,
753 /**/ 755 /**/
754 2428, 756 2428,
755 /**/ 757 /**/
756 2427, 758 2427,
757 /**/ 759 /**/