commit | 2b9b17ea5daaaa693d0891e9a999d711f0e0f743 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 18:38:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 18:38:11 2020 +0200 |
tree | 136abab4f7339b0ea5764cf79402a12a43000a1b | |
parent | f4e8cdd3d2156ab52aea1c7a392df66b7210e5eb [diff] [blame] |
patch 8.2.1841: Vim9: test for compilation error fails in normal build Problem: Vim9: test for compilation error fails in normal build. Solution: Invoke CheckRunVimInTerminal in a separate function.
diff --git a/src/version.c b/src/version.c index 2b3657b..6b33631 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1841, +/**/ 1840, /**/ 1839,