commit | ddef129160ff0676e5da482071fb2fdc2988ac34 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 16 17:10:33 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 16 17:10:33 2019 +0100 |
tree | 8a7e0327a604dda5257739139ef271b587a345e9 | |
parent | 559b9c68fe550f3af63d42e0838622aab1ceb1b3 [diff] [blame] |
patch 8.2.0013: not using a typedef for condstack Problem: Not using a typedef for condstack. Solution: Add a typedef.
diff --git a/src/version.c b/src/version.c index 27a42e0..fec1465 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 13, +/**/ 12, /**/ 11,