view src/testdir/test_alot_utf8.vim @ 23438:4c6ebf531284 v8.2.2262

patch 8.2.2262: Vim9: converting bool to string prefixes v: Commit: https://github.com/vim/vim/commit/a8b8af19e48e1803e20a129e9aebab1aac544956 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 1 15:11:04 2021 +0100 patch 8.2.2262: Vim9: converting bool to string prefixes v: Problem: Vim9: converting bool to string prefixes v:. Solution: Do not use the v: prefix.
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 Jan 2021 15:15:03 +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