vim: Update from 8.0.1650 to 8.0.1700
[termux-packages] / packages / bash / bash.patch
1 diff -u -r ../bash-4.2/lib/readline/complete.c ./lib/readline/complete.c
2 --- ../bash-4.2/lib/readline/complete.c 2011-01-16 21:32:57.000000000 +0100
3 +++ ./lib/readline/complete.c 2014-01-13 12:28:56.338866643 +0100
4 @@ -2021,7 +2021,7 @@
5 const char *text;
6 int state;
7 {
8 -#if defined (__WIN32__) || defined (__OPENNT)
9 +#if defined (__WIN32__) || defined (__OPENNT) || defined (__ANDROID__)
10 return (char *)NULL;
11 #else /* !__WIN32__ && !__OPENNT) */
12 static char *username = (char *)NULL;