comparison src/version.c @ 14417:5d9b450e7827 v8.1.0223

patch 8.1.0223: completing shell command finds sub-directories in $PATH commit https://github.com/vim/vim/commit/6ab9e429da18f4d784222a9f7dfafb7c0218b7eb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 28 19:20:13 2018 +0200 patch 8.1.0223: completing shell command finds sub-directories in $PATH Problem: Completing shell command finds sub-directories in $PATH. Solution: Remove EW_DIR when completing an item in $PATH. (Jason Franklin)
author Christian Brabandt <cb@256bit.org>
date Sat, 28 Jul 2018 19:30:06 +0200
parents 3d2bae2e6b80
children cdc4eacdd81d
comparison
equal deleted inserted replaced
14416:99e672e31c18 14417:5d9b450e7827
796 NULL 796 NULL
797 }; 797 };
798 798
799 static int included_patches[] = 799 static int included_patches[] =
800 { /* Add new patch number below this line */ 800 { /* Add new patch number below this line */
801 /**/
802 223,
801 /**/ 803 /**/
802 222, 804 222,
803 /**/ 805 /**/
804 221, 806 221,
805 /**/ 807 /**/