diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-07-31 08:23:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-31 08:23:02 +0800 |
commit | 403de7ffc752c811d012020412ce1bbd4c61986f (patch) | |
tree | 5d51eac31c18752185175baf14c7c8e0dda25851 /runtime/doc | |
parent | 63cd2adf3d27436dbaf6a8eda72608d3009ccd3c (diff) | |
parent | e57598fbef1de7c9089a58e3b428b87ba155cd0b (diff) | |
download | rneovim-403de7ffc752c811d012020412ce1bbd4c61986f.tar.gz rneovim-403de7ffc752c811d012020412ce1bbd4c61986f.tar.bz2 rneovim-403de7ffc752c811d012020412ce1bbd4c61986f.zip |
Merge pull request #29923 from zeertzjq/vim-9.1.0645
vim-patch:9.0.{0105,1771,1777},9.1.0645
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/dev_vimpatch.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/dev_vimpatch.txt b/runtime/doc/dev_vimpatch.txt index 6d450424c5..98a4246057 100644 --- a/runtime/doc/dev_vimpatch.txt +++ b/runtime/doc/dev_vimpatch.txt @@ -204,6 +204,8 @@ information. mb_ptr2char utf_ptr2char mb_head_off utf_head_off mb_tail_off utf_cp_bounds + mb_strnicmp2 utf_strnicmp + MB_STRNICMP2 utf_strnicmp mb_lefthalve grid_lefthalve mb_fix_col grid_fix_col utf_off2cells grid_off2cells |