view src/testdir/test_alot_utf8.vim @ 13956:300aab3275c0 v8.0.1848

patch 8.0.1848: 'termwinscroll' does not work properly commit https://github.com/vim/vim/commit/4d6cd291cec668b991f2b43d76c6feab8b2e7d98 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 15 23:53:26 2018 +0200 patch 8.0.1848: 'termwinscroll' does not work properly Problem: 'termwinscroll' does not work properly. (Dominique Pelle) Solution: Subtract removed scrollback from the scrollback count. Add a test for 'termwinscroll'. (closes #2909)
author Christian Brabandt <cb@256bit.org>
date Wed, 16 May 2018 00:00:12 +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