]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0293: checks for type of stack is cryptic v8.1.0293
authorBram Moolenaar <Bram@vim.org>
Sat, 18 Aug 2018 17:59:54 +0000 (19:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 18 Aug 2018 17:59:54 +0000 (19:59 +0200)
commit4d77c65a9e57e1d1a459c44411930c7a892835fd
tree51ba63cf57dd5dabe2bef34307cc27875604e200
parent9bc1eac2c75d8440c68f305302bc5bdef515f489
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)
src/quickfix.c
src/version.c