File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- *usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Apr 26
1
+ *usr_41.txt* For Vim バージョン 9.1. Last change: 2024 May 07
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -906,6 +906,7 @@ Blob 操作: *blob-functions*
906
906
カレントバッファで動作するもの: *text-functions*
907
907
getline() バッファから行を得る
908
908
getregion() バッファからテキストの領域を得る
909
+ getregionpos() 領域の位置のリストを得る
909
910
setline() バッファの行を置き換える
910
911
append() 行または行のリストをバッファに追加する
911
912
indent() 行のインデントを得る
Original file line number Diff line number Diff line change 1
- *usr_41.txt* For Vim version 9.1. Last change: 2024 Apr 26
1
+ *usr_41.txt* For Vim version 9.1. Last change: 2024 May 07
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -930,6 +930,7 @@ Cursor and mark position: *cursor-functions* *mark-functions*
930
930
Working with text in the current buffer: *text-functions*
931
931
getline() get a line or list of lines from the buffer
932
932
getregion() get a region of text from the buffer
933
+ getregionpos() get a list of positions for a region
933
934
setline() replace a line in the buffer
934
935
append() append line or list of lines in the buffer
935
936
indent() indent of a specific line
You can’t perform that action at this time.
0 commit comments