comparison src/version.c @ 18562:ecbe15ce5918 v8.1.2275

patch 8.1.2275: using "seesion" looks like a mistake Commit: https://github.com/vim/vim/commit/1e15e61188e14ba67060c09d4c74e9b587016230 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 9 17:18:52 2019 +0100 patch 8.1.2275: using "seesion" looks like a mistake Problem: Using "seesion" looks like a mistake. Solution: Use an underscore to make the function sort first.
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Nov 2019 17:30:04 +0100
parents 81272918c0ea
children c14f5d3a205d
comparison
equal deleted inserted replaced
18561:279148391b36 18562:ecbe15ce5918
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2275,
744 /**/ 746 /**/
745 2274, 747 2274,
746 /**/ 748 /**/
747 2273, 749 2273,
748 /**/ 750 /**/