comparison src/version.c @ 12132:9e5f310b0713 v8.0.0946

patch 8.0.0946: using PATH_MAX does not work well on some systems commit https://github.com/vim/vim/commit/a9f8ee05f46f2d6621a3719cd15150155d33eed4 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Aug 14 23:40:45 2017 +0200 patch 8.0.0946: using PATH_MAX does not work well on some systems Problem: Using PATH_MAX does not work well on some systems. Solution: use MAXPATHL instead. (James McCoy, closes https://github.com/vim/vim/issues/1973)
author Christian Brabandt <cb@256bit.org>
date Mon, 14 Aug 2017 23:45:04 +0200
parents d3732b29ac5f
children e83c6c10320c
comparison
equal deleted inserted replaced
12131:9741b54f8347 12132:9e5f310b0713
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 946,
772 /**/ 774 /**/
773 945, 775 945,
774 /**/ 776 /**/
775 944, 777 944,
776 /**/ 778 /**/