]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1974: Vim9: test for has('gui_running') fails with VIMDLL v8.2.1974
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Nov 2020 19:58:00 +0000 (20:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Nov 2020 19:58:00 +0000 (20:58 +0100)
commit29b281ba8ddf176ae34b22e6a9b8e0ddcbcce665
tree19645dad310e137675da559f484b5416089bb70b
parent232f4612e2b0a6a205ae385740078f6b8af05e75
patch 8.2.1974: Vim9: test for has('gui_running') fails with VIMDLL

Problem:    Vim9: test for has('gui_running') fails with VIMDLL.
Solution:   Adjust the #ifdef. (Ken Takata, closes #7276)
src/evalfunc.c
src/version.c