Mercurial > vim
view src/testdir/test_alot_utf8.vim @ 31051:01aa48ecb9e7 v9.0.0860
patch 9.0.0860: MS-Windows: windres fails with clang 15.0.4
Commit: https://github.com/vim/vim/commit/a20be06f97d45efabaa52ef107eb7959c0c623a2
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Nov 11 21:24:18 2022 +0000
patch 9.0.0860: MS-Windows: windres fails with clang 15.0.4
Problem: MS-Windows: windres fails with clang 15.0.4.
Solution: Use llvm-windres. (John Marriott)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 11 Nov 2022 22:30:04 +0100 |
parents | f63d14eca5c4 |
children |
line wrap: on
line source
" A series of tests that can run in one Vim invocation. " This makes testing go faster, since Vim doesn't need to restart. " These tests use utf8 'encoding'. Setting 'encoding' is already done in " runtest.vim. source test_charsearch_utf8.vim source test_expr_utf8.vim source test_mksession_utf8.vim source test_regexp_utf8.vim source test_source_utf8.vim source test_startup_utf8.vim source test_utf8.vim source test_utf8_comparisons.vim