|
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 |
2 | 2 |
|
3 | 3 | VIM USER MANUAL - by Bram Moolenaar |
4 | 4 |
|
@@ -442,7 +442,7 @@ If you don't like the concatenation you can use the $"string" form, which |
442 | 442 | accepts an expression in curly braces: > |
443 | 443 | echo $"Name: {name}" |
444 | 444 |
|
445 | | -See |interp-string| for more information. |
| 445 | +See |interpolated-string| for more information. |
446 | 446 |
|
447 | 447 | Borrowed from the C language is the conditional expression: > |
448 | 448 |
|
@@ -803,7 +803,7 @@ List manipulation: *list-functions* |
803 | 803 | call() call a function with List as arguments |
804 | 804 | index() index of a value in a List or Blob |
805 | 805 | indexof() index in a List or Blob where an expression |
806 | | - evaluates to true |
| 806 | + evaluates to true |
807 | 807 | max() maximum value in a List |
808 | 808 | min() minimum value in a List |
809 | 809 | count() count number of times a value appears in a List |
@@ -935,6 +935,7 @@ Working with text in the current buffer: *text-functions* |
935 | 935 |
|
936 | 936 | Working with text in another buffer: |
937 | 937 | getbufline() get a list of lines from the specified buffer |
| 938 | + getbufoneline() get a one line from the specified buffer |
938 | 939 | setbufline() replace a line in the specified buffer |
939 | 940 | appendbufline() append a list of lines in the specified buffer |
940 | 941 | deletebufline() delete lines from a specified buffer |
@@ -1110,6 +1111,7 @@ Interactive: *interactive-functions* |
1110 | 1111 | getcharstr() get a character from the user as a string |
1111 | 1112 | getcharmod() get modifiers for the last typed character |
1112 | 1113 | getmousepos() get last known mouse position |
| 1114 | + getmouseshape() get name of the current mouse shape |
1113 | 1115 | echoraw() output characters as-is |
1114 | 1116 | feedkeys() put characters in the typeahead queue |
1115 | 1117 | input() get a line from the user |
|
0 commit comments