summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_41.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-28 21:04:24 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-28 21:04:24 +0200
commit08aac3c6192f0103cb87e280270a32b50e653be1 (patch)
treeea2842918dbdaab787aec93332fd6db4816c684c /runtime/doc/usr_41.txt
parentee8580e52e767916e2a95e8ac0732fd8a5ae0651 (diff)
downloadvim-git-08aac3c6192f0103cb87e280270a32b50e653be1.tar.gz
patch 8.2.1535: it is not possible to specify cell widths of charactersv8.2.1535
Problem: It is not possible to specify cell widths of characters. Solution: Add setcellwidths().
Diffstat (limited to 'runtime/doc/usr_41.txt')
-rw-r--r--runtime/doc/usr_41.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt
index 459f6b016..bcd58c9fe 100644
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -611,6 +611,7 @@ String manipulation: *string-functions*
strchars() length of a string in characters
strwidth() size of string when displayed
strdisplaywidth() size of string when displayed, deals with tabs
+ setcellwidths() set character cell width overrides
substitute() substitute a pattern match with a string
submatch() get a specific match in ":s" and substitute()
strpart() get part of a string using byte index