commit | 8e1cbb55c389bdc4eade7a67309d5042fbcdca7d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 08 19:36:21 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 08 19:36:21 2020 +0100 |
tree | eb160bcb6afefb093f669abdc433b43b0d02dbb0 | |
parent | 8a3da6a368ca7e761939366e355528bccb6dffa3 [diff] [blame] |
patch 8.2.2110: cannot use ":shell" when reading from stdin Problem: Cannot use ":shell" when reading from stdin. (Gary Johnson) Solution: Revert patch 8.2.1833.
diff --git a/src/version.c b/src/version.c index 5b4fa39..6580dbd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2110, +/**/ 2109, /**/ 2108,