Mercurial > vim
view src/testdir/test_alot_utf8.vim @ 18384:63dd78ea6610 v8.1.2186
patch 8.1.2186: error for bad regexp even though regexp is not used
Commit: https://github.com/vim/vim/commit/7eed964b4196b0bfc6cf09dc449f0b9650b2d31e
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Oct 19 20:57:28 2019 +0200
patch 8.1.2186: error for bad regexp even though regexp is not used
Problem: Error for bad regexp even though regexp is not used, when writing
a file. (Arseny Nasokin)
Solution: Ignore regexp errors. (closes #5059)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 19 Oct 2019 21:00:03 +0200 |
parents | 2dcaa860e3fc |
children | ac3f5096f438 |
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. 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