diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-12-15 10:57:43 -0500 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-12-16 19:38:29 -0500 |
commit | ad5049aa60c918dba0f1094118a09f265091f6c1 (patch) | |
tree | 11b944225ef35eb3b5ce342cf64cd86b26ba5d98 /test/functional/legacy/095_regexp_multibyte_spec.lua | |
parent | 06f37709e7c1190da126478992d8bd9f7fb0c5b4 (diff) | |
download | rneovim-ad5049aa60c918dba0f1094118a09f265091f6c1.tar.gz rneovim-ad5049aa60c918dba0f1094118a09f265091f6c1.tar.bz2 rneovim-ad5049aa60c918dba0f1094118a09f265091f6c1.zip |
vim-patch:8.2.0010: test64 is old style
Problem: Test64 is old style.
Solution: Convert to new style test. (Yegappan Lakshmanan, closes vim/vim#5363)
https://github.com/vim/vim/commit/f9cb05c14753d984f002c0c090688f8510147e6b
Diffstat (limited to 'test/functional/legacy/095_regexp_multibyte_spec.lua')
-rw-r--r-- | test/functional/legacy/095_regexp_multibyte_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/095_regexp_multibyte_spec.lua b/test/functional/legacy/095_regexp_multibyte_spec.lua index 845ebaaad7..fad0dc8023 100644 --- a/test/functional/legacy/095_regexp_multibyte_spec.lua +++ b/test/functional/legacy/095_regexp_multibyte_spec.lua @@ -1,5 +1,5 @@ -- Test for regexp patterns with multi-byte support, using utf-8. --- See test64 for the non-multi-byte tests. +-- See test_regexp_latin.vim for the non-multi-byte tests. -- A pattern that gives the expected result produces OK, so that we know it was -- actually tried. |