test_alot_utf8.vim 442 B

123456789101112131415
  1. " A series of tests that can run in one Vim invocation.
  2. " This makes testing go faster, since Vim doesn't need to restart.
  3. " These tests use utf8 'encoding'. Setting 'encoding' is already done in
  4. " runtest.vim.
  5. source test_charsearch_utf8.vim
  6. source test_expr_utf8.vim
  7. source test_mksession_utf8.vim
  8. source test_regexp_utf8.vim
  9. source test_source_utf8.vim
  10. source test_startup_utf8.vim
  11. source test_utf8.vim
  12. source test_utf8_comparisons.vim