comparison src/version.c @ 15794:0d8291665b59 v8.1.0904

patch 8.1.0904: USE_LONG_FNAME never defined commit https://github.com/vim/vim/commit/00f148d2f24fb955ab36b0833811582c58b2cf2f Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 12 22:37:27 2019 +0100 patch 8.1.0904: USE_LONG_FNAME never defined Problem: USE_LONG_FNAME never defined. Solution: Remove using USE_LONG_FNAME. (Ken Takata, closes https://github.com/vim/vim/issues/3938)
author Bram Moolenaar <Bram@vim.org>
date Tue, 12 Feb 2019 22:45:06 +0100
parents 920c1e26c8aa
children 481452f6687c
comparison
equal deleted inserted replaced
15793:544b17464448 15794:0d8291665b59
781 NULL 781 NULL
782 }; 782 };
783 783
784 static int included_patches[] = 784 static int included_patches[] =
785 { /* Add new patch number below this line */ 785 { /* Add new patch number below this line */
786 /**/
787 904,
786 /**/ 788 /**/
787 903, 789 903,
788 /**/ 790 /**/
789 902, 791 902,
790 /**/ 792 /**/