aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/eval.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-08-01 16:45:37 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-08-01 16:51:53 +0200
commit47b4eb110da8dfab1fca51ce4cc68b224d85b966 (patch)
tree0d473109bee0f447d6f0e4eef33f46cb865e11df /runtime/doc/eval.txt
parent87140f234ac1f152f6f273dee5ab1e42c7b1d78b (diff)
downloadrneovim-47b4eb110da8dfab1fca51ce4cc68b224d85b966.tar.gz
rneovim-47b4eb110da8dfab1fca51ce4cc68b224d85b966.tar.bz2
rneovim-47b4eb110da8dfab1fca51ce4cc68b224d85b966.zip
vim-patch:4c92e75dd4dd
Update runtime files. https://github.com/vim/vim/commit/4c92e75dd4ddb68dd92a86dd02d53c70dd4af33a vim-patch:c854898881c0 Revert change accidentally included in runtime file updates. Closes vim/vim#3998. https://github.com/vim/vim/commit/c854898881c02259f90170f210bf65bbd20cc1fc
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r--runtime/doc/eval.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt
index 1a5268faf3..cfc183ec42 100644
--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -6341,8 +6341,7 @@ printf({fmt}, {expr1} ...) *printf()*
*printf-S*
S The text of the String argument is used. If a
precision is specified, no more display cells than the
- number specified are used. Without the |+multi_byte|
- feature works just like 's'.
+ number specified are used.
*printf-f* *E807*
f F The Float argument is converted into a string of the
@@ -7990,10 +7989,10 @@ strcharpart({src}, {start} [, {len}]) *strcharpart()*
strdisplaywidth({expr} [, {col}]) *strdisplaywidth()*
The result is a Number, which is the number of display cells
- String {expr} occupies on the screen when it starts at {col}.
- When {col} is omitted zero is used. Otherwise it is the
- screen column where to start. This matters for Tab
- characters.
+ String {expr} occupies on the screen when it starts at {col}
+ (first column is zero). When {col} is omitted zero is used.
+ Otherwise it is the screen column where to start. This
+ matters for Tab characters.
The option settings of the current window are used. This
matters for anything that's displayed differently, such as
'tabstop' and 'display'.