view src/testdir/test_alot_utf8.vim @ 14921:b2308693cb87 v8.1.0472

patch 8.1.0472: dosinst command has a few flaws commit https://github.com/vim/vim/commit/6cdb2c9811c33dbd312a5a2b711ee83f512ae7b2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 13 17:25:27 2018 +0200 patch 8.1.0472: dosinst command has a few flaws Problem: Dosinst command has a few flaws. Solution: Register DisplayIcon, DisplayVersion and Publisher for the uninstaller. (closes #3485) Don't set 'diffexpr' if internal diff is supported. Allow for using Vi compatible from the command line. Remove needless sleeps. Add comments in the generated _vimrc. (Ken Takata, closes #3525)
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Oct 2018 17:30: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