neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

test_alot_utf8.vim (442B)


      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 
      4 " These tests use utf8 'encoding'.  Setting 'encoding' is already done in
      5 " runtest.vim.
      6 
      7 source test_charsearch_utf8.vim
      8 source test_expr_utf8.vim
      9 source test_mksession_utf8.vim
     10 source test_regexp_utf8.vim
     11 source test_source_utf8.vim
     12 source test_startup_utf8.vim
     13 source test_utf8.vim
     14 source test_utf8_comparisons.vim