view src/testdir/test_alot_utf8.vim @ 17684:e2bfdd281578 v8.1.1839

patch 8.1.1839: insufficient info when test fails because of screen size commit https://github.com/vim/vim/commit/0b5dc644465c549ac54fe3c4ad232dd692000d26 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 11 22:56:15 2019 +0200 patch 8.1.1839: insufficient info when test fails because of screen size Problem: Insufficient info when test fails because of screen size. Solution: Report the detected screen size.
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Aug 2019 23:00:09 +0200
parents 2dcaa860e3fc
children ac3f5096f438
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_listlbr_utf8.vim
source test_matchadd_conceal_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