aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-02-27 06:09:06 +0800
committerGitHub <noreply@github.com>2024-02-27 06:09:06 +0800
commit0d75324e3b7e9ab1ade4f11ee10f20840b1dd6dd (patch)
treedc3eaff204513ec67937a5d0c3111bdf3fc943ac /runtime/doc
parent2ce3a9efa7ccfed359dc2bfb2e81177034977d40 (diff)
downloadrneovim-0d75324e3b7e9ab1ade4f11ee10f20840b1dd6dd.tar.gz
rneovim-0d75324e3b7e9ab1ade4f11ee10f20840b1dd6dd.tar.bz2
rneovim-0d75324e3b7e9ab1ade4f11ee10f20840b1dd6dd.zip
vim-patch:9.1.0137: <Del> in cmdline mode doesn't delete composing chars (#27636)
Problem: <Del> in cmdline mode doesn't delete composing chars Solution: Use mb_head_off() and mb_ptr2len() (zeertzjq) closes: vim/vim#14095 https://github.com/vim/vim/commit/ff2b79d23956263ab0120623c37e0b4498be01db
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/dev_vimpatch.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/dev_vimpatch.txt b/runtime/doc/dev_vimpatch.txt
index e72aa05c90..96307dc7df 100644
--- a/runtime/doc/dev_vimpatch.txt
+++ b/runtime/doc/dev_vimpatch.txt
@@ -204,7 +204,6 @@ information.
mb_ptr2char utf_ptr2char
mb_head_off utf_head_off
mb_tail_off utf_cp_bounds
- mb_off_next utf_cp_bounds
mb_lefthalve grid_lefthalve
mb_fix_col grid_fix_col
utf_off2cells grid_off2cells