Skip to content

Commit 5a2bcb3

Browse files
committed
usr_41.txt: Update Vim 9.0.0946
1 parent d5a12ea commit 5a2bcb3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

en/usr_41.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_41.txt* For Vim version 9.0. Last change: 2022 Oct 07
1+
*usr_41.txt* For Vim version 9.0. Last change: 2022 Nov 22
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -442,7 +442,7 @@ If you don't like the concatenation you can use the $"string" form, which
442442
accepts an expression in curly braces: >
443443
echo $"Name: {name}"
444444
445-
See |interp-string| for more information.
445+
See |interpolated-string| for more information.
446446

447447
Borrowed from the C language is the conditional expression: >
448448
@@ -803,7 +803,7 @@ List manipulation: *list-functions*
803803
call() call a function with List as arguments
804804
index() index of a value in a List or Blob
805805
indexof() index in a List or Blob where an expression
806-
evaluates to true
806+
evaluates to true
807807
max() maximum value in a List
808808
min() minimum value in a List
809809
count() count number of times a value appears in a List
@@ -935,6 +935,7 @@ Working with text in the current buffer: *text-functions*
935935

936936
Working with text in another buffer:
937937
getbufline() get a list of lines from the specified buffer
938+
getbufoneline() get a one line from the specified buffer
938939
setbufline() replace a line in the specified buffer
939940
appendbufline() append a list of lines in the specified buffer
940941
deletebufline() delete lines from a specified buffer
@@ -1110,6 +1111,7 @@ Interactive: *interactive-functions*
11101111
getcharstr() get a character from the user as a string
11111112
getcharmod() get modifiers for the last typed character
11121113
getmousepos() get last known mouse position
1114+
getmouseshape() get name of the current mouse shape
11131115
echoraw() output characters as-is
11141116
feedkeys() put characters in the typeahead queue
11151117
input() get a line from the user

0 commit comments

Comments
 (0)