Mercurial > vim
annotate ci/config.mk.sed @ 21311:e16619de8771 v8.2.1206
patch 8.2.1206: Vim9: crash in expr test when run in the GUI
Commit: https://github.com/vim/vim/commit/1bce831e13c42daa3563c7f90432d9bd9b959b81
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jul 13 23:22:54 2020 +0200
patch 8.2.1206: Vim9: crash in expr test when run in the GUI
Problem: Vim9: crash in expr test when run in the GUI.
Solution: Temporarily comment out two test lines.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 13 Jul 2020 23:30:03 +0200 |
parents | 6564dafe5005 |
children | fccd67ae58c8 |
rev | line source |
---|---|
20548
6564dafe5005
patch 8.2.0828: Travis: regexp patttern doesn't work everywhere
Bram Moolenaar <Bram@vim.org>
parents:
19971
diff
changeset
|
1 /^CFLAGS[[:blank:]]*=/s/$/ -Wall -Wextra -Wshadow -Werror/ |
6564dafe5005
patch 8.2.0828: Travis: regexp patttern doesn't work everywhere
Bram Moolenaar <Bram@vim.org>
parents:
19971
diff
changeset
|
2 /^PERL_CFLAGS[[:blank:]]*=/s/$/ -Wno-error=unused-function/ |