comparison src/version.c @ 19110:e40814841406 v8.2.0115

patch 8.2.0115: byte2line() does not work correctly with text properties Commit: https://github.com/vim/vim/commit/9df53b62de86f544b41bef5e964b7fc8ae5231e3 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 13 20:40:51 2020 +0100 patch 8.2.0115: byte2line() does not work correctly with text properties Problem: Byte2line() does not work correctly with text properties. (Billie Cleek) Solution: Take the bytes of the text properties into account. (closes #5334)
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Jan 2020 20:45:03 +0100
parents 44c6498535c9
children 0b337617877e
comparison
equal deleted inserted replaced
19109:a25bb65cb6d8 19110:e40814841406
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 115,
745 /**/ 747 /**/
746 114, 748 114,
747 /**/ 749 /**/
748 113, 750 113,
749 /**/ 751 /**/