comparison src/version.c @ 17391:8a43873df941 v8.1.1694

patch 8.1.1694: the RUN_VIM variable is longer than needed commit https://github.com/vim/vim/commit/41a82604453080d0011f281532582d3bd360df4a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 14 21:54:26 2019 +0200 patch 8.1.1694: the RUN_VIM variable is longer than needed Problem: The RUN_VIM variable is longer than needed. Solution: Shorten RUN_VIM. (Daniel Hahler, closes https://github.com/vim/vim/issues/4643)
author Bram Moolenaar <Bram@vim.org>
date Sun, 14 Jul 2019 22:00:05 +0200
parents 635d7f5010b8
children 372f2eaa544a
comparison
equal deleted inserted replaced
17390:0ca3dc4c1e6d 17391:8a43873df941
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1694,
780 /**/ 782 /**/
781 1693, 783 1693,
782 /**/ 784 /**/
783 1692, 785 1692,
784 /**/ 786 /**/