commit | b1ba9abcb385b0a5355788a7eefef78ec68d2f65 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 23:34:42 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 23:34:42 2019 +0200 |
tree | 953fc851b89d02cf229464c209044390cb986855 | |
parent | 2559a47823a6a7827631f2e6a0176d7afce2721c [diff] [blame] |
patch 8.1.2168: heredoc assignment not skipped in if block Problem: Heredoc assignment not skipped in if block. Solution: Check if "skip" is set. (closes #5063)
diff --git a/src/version.c b/src/version.c index 3bcd910..4f0e6fa 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2168, +/**/ 2167, /**/ 2166,