aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-02-06 04:46:16 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-02-06 04:46:16 +0800
commitbe9dbc925ce66a8880ac9ccc68e3ac902b322de0 (patch)
treeac9ac6bd464b36bc1c71c6b5282846f26fbe50f9
parent46d1b8ed1fd8ae4d39007c698e3981e87f2fb956 (diff)
downloadrneovim-be9dbc925ce66a8880ac9ccc68e3ac902b322de0.tar.gz
rneovim-be9dbc925ce66a8880ac9ccc68e3ac902b322de0.tar.bz2
rneovim-be9dbc925ce66a8880ac9ccc68e3ac902b322de0.zip
vim-patch:partial:6aa57295cfbe
Update runtime files https://github.com/vim/vim/commit/6aa57295cfbe8f21c15f0671e45fd53cf990d404
-rw-r--r--runtime/doc/builtin.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index cc1067e14a..c68e86462d 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -2675,9 +2675,9 @@ getcharmod() *getcharmod()*
*getcharpos()*
getcharpos({expr})
- Get the position for {expr}. Same as |getpos()| but the column
- number in the returned List is a character index instead of
- a byte index.
+ Get the position for String {expr}. Same as |getpos()| but the
+ column number in the returned List is a character index
+ instead of a byte index.
Example:
With the cursor on '세' in line 5 with text "여보세요": >