view src/testdir/test_alot_utf8.vim @ 14459:ecf6c05d8ac3 v8.1.0243

patch 8.1.0243: using :term ++close ++hidden closes a window commit https://github.com/vim/vim/commit/5db7eec42337f0eecdc332f582eecf37278044e8 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 7 16:33:18 2018 +0200 patch 8.1.0243: using :term ++close ++hidden closes a window Problem: Using :term ++close ++hidden closes a window. (Marcin Szamotulski) Solution: Don't close the window if only using it temporarily for unloading the terminal buffer. (closes #3287)
author Christian Brabandt <cb@256bit.org>
date Tue, 07 Aug 2018 16:45: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