diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-12-16 22:16:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-16 22:16:30 -0800 |
commit | 1bfccf028673173dd9958930e165e595f36e4601 (patch) | |
tree | 50109ae8d954b84f1d6f4f2bb31d376917c4a72e /test/functional/legacy/095_regexp_multibyte_spec.lua | |
parent | 3de1bc4bf9bd530fbeff74174d4e0ba82f92e9e4 (diff) | |
parent | 9e6ebed6f4c695cfa00710e003d606d5d720b542 (diff) | |
download | rneovim-1bfccf028673173dd9958930e165e595f36e4601.tar.gz rneovim-1bfccf028673173dd9958930e165e595f36e4601.tar.bz2 rneovim-1bfccf028673173dd9958930e165e595f36e4601.zip |
Merge #11556 from janlazo/vim-8.2.0002
vim-patch:8.2.{2,8,10,12,13}
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. |