comparison src/version.c @ 19153:9efea787c3a6 v8.2.0136

patch 8.2.0136: stray ch_logfile() call Commit: https://github.com/vim/vim/commit/ed5adff1e6da412732514d82363005f85fe22e04 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 20 21:32:51 2020 +0100 patch 8.2.0136: stray ch_logfile() call Problem: Stray ch_logfile() call. Solution: Remove it. (closes https://github.com/vim/vim/issues/5503)
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jan 2020 21:45:04 +0100
parents f12eda320c78
children 013f20a3bc6b
comparison
equal deleted inserted replaced
19152:ee57a52a4539 19153:9efea787c3a6
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 136,
745 /**/ 747 /**/
746 135, 748 135,
747 /**/ 749 /**/
748 134, 750 134,
749 /**/ 751 /**/