view src/testdir/test_alot_utf8.vim @ 14571:44df6e5c17c3 v8.1.0299

patch 8.1.0299: misplaced comment commit https://github.com/vim/vim/commit/142ae736d984f4575c1c6ec1a4f679ae4ddf9413 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 19 17:04:01 2018 +0200 patch 8.1.0299: misplaced comment Problem: misplaced comment Solution: Remove comment
author Christian Brabandt <cb@256bit.org>
date Sun, 19 Aug 2018 17:15:05 +0200
parents 32c51eef574e
children 2dcaa860e3fc
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.  Checking for the multi_byte feature is in the individual
" files, so that they can be run by themselves.

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