@@ -211,6 +211,7 @@ getbufline({buf}, {lnum} [, {end}])
211211getbufoneline({buf} , {lnum} ) String line {lnum} of buffer {buf}
212212getbufvar({buf} , {varname} [, {def} ])
213213 any variable {varname} in buffer {buf}
214+ getcellwidths() List get character cell width overrides
214215getchangelist([{buf} ]) List list of change list items
215216getchar([expr]) Number or String
216217 get one character from the user
@@ -3262,6 +3263,13 @@ getbufvar({buf}, {varname} [, {def}]) *getbufvar()*
32623263< Can also be used as a | method | : >
32633264 GetBufnr()->getbufvar(varname)
32643265<
3266+ getcellwidths() *getcellwidths()*
3267+ Returns a | List | of cell widths of character ranges overridden
3268+ by | setcellwidths() | . The format is equal to the argument of
3269+ | setcellwidths() | . If no character ranges have their cell
3270+ widths overridden, an empty List is returned.
3271+
3272+
32653273getchangelist([{buf} ]) *getchangelist()*
32663274 Returns the | changelist | for the buffer {buf} . For the use
32673275 of {buf} , see | bufname() | above. If buffer {buf} doesn't
@@ -9969,7 +9977,7 @@ typename({expr}) *typename()*
99699977 Return a string representation of the type of {expr} .
99709978 Example: >
99719979 echo typename([1, 2, 3])
9972- list<number>
9980+ < list<number> ~
99739981
99749982
99759983undofile({name} ) *undofile()*
0 commit comments