diff --git a/src/os_unix.c b/src/os_unix.c index 03f7649090..91bfd63d0d 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -7075,7 +7075,7 @@ mch_expandpath( # define SEEK_END 2 # endif -# define SHELL_SPECIAL (char_u *)"\t \"&'$;<>()\\|" +# define SHELL_SPECIAL (char_u *)"\t \"&'$;<>()\\|\n" int mch_expand_wildcards( diff --git a/src/version.c b/src/version.c index f4d0d87aee..79de52f6aa 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 202, /**/ 201, /**/