comparison src/version.c @ 14995:bc0f3c4fb992 v8.1.0509

patch 8.1.0509: checking cwd not accessible fails for root commit https://github.com/vim/vim/commit/0b38f54730c3f9835ddade01c2263ce0f56c1c0f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 3 21:47:16 2018 +0100 patch 8.1.0509: checking cwd not accessible fails for root Problem: Checking cwd not accessible fails for root. (James McCoy) Solution: Skip this part of the test for root. (closes https://github.com/vim/vim/issues/3595)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Nov 2018 22:00:06 +0100
parents 4234c348aa90
children 0058cdd5b752
comparison
equal deleted inserted replaced
14994:2abb8dc8b4d2 14995:bc0f3c4fb992
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 509,
795 /**/ 797 /**/
796 508, 798 508,
797 /**/ 799 /**/
798 507, 800 507,
799 /**/ 801 /**/