comparison src/version.c @ 19550:b3ef3538b389 v8.2.0332

patch 8.2.0332: some code in ex_getln.c not covered by tests Commit: https://github.com/vim/vim/commit/d30ae2fc4acb3861fc7dc9618c1f90eee997d412 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 29 14:23:58 2020 +0100 patch 8.2.0332: some code in ex_getln.c not covered by tests Problem: Some code in ex_getln.c not covered by tests. Solution: Add a few more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5710)
author Bram Moolenaar <Bram@vim.org>
date Sat, 29 Feb 2020 14:30:03 +0100
parents 9a9ca0e622c8
children d9b365f791d5
comparison
equal deleted inserted replaced
19549:640445ef649f 19550:b3ef3538b389
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 332,
741 /**/ 743 /**/
742 331, 744 331,
743 /**/ 745 /**/
744 330, 746 330,
745 /**/ 747 /**/