commit | 4d77c65a9e57e1d1a459c44411930c7a892835fd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 18 19:59:54 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 18 19:59:54 2018 +0200 |
tree | 51ba63cf57dd5dabe2bef34307cc27875604e200 | |
parent | 9bc1eac2c75d8440c68f305302bc5bdef515f489 [diff] [blame] |
patch 8.1.0293: checks for type of stack is cryptic Problem: Checks for type of stack is cryptic. Solution: Define IS_QF_STACK() and IS_LL_STACK(). (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index f91dd9b..c5975e8 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 293, +/**/ 292, /**/ 291,