view src/testdir/test_alot_latin.vim @ 25907:637588377056 v8.2.3487

patch 8.2.3487: illegal memory access if buffer name is very long Commit: https://github.com/vim/vim/commit/826bfe4bbd7594188e3d74d2539d9707b1c6a14b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 8 18:39:28 2021 +0100 patch 8.2.3487: illegal memory access if buffer name is very long Problem: Illegal memory access if buffer name is very long. Solution: Make sure not to go over the end of the buffer.
author Bram Moolenaar <Bram@vim.org>
date Fri, 08 Oct 2021 19:45:04 +0200
parents 318eaa6fa973
children
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 latin1 'encoding'.  Setting 'encoding' is in the individual
" files, so that they can be run by themselves.

source test_regexp_latin.vim