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
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -906,6 +906,7 @@ Blob 操作: *blob-functions*
906906カレントバッファで動作するもの: *text-functions*
907907 getline() バッファから行を得る
908908 getregion() バッファからテキストの領域を得る
909+ getregionpos() 領域の位置のリストを得る
909910 setline() バッファの行を置き換える
910911 append() 行または行のリストをバッファに追加する
911912 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
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -930,6 +930,7 @@ Cursor and mark position: *cursor-functions* *mark-functions*
930930Working with text in the current buffer: *text-functions*
931931 getline() get a line or list of lines from the buffer
932932 getregion() get a region of text from the buffer
933+ getregionpos() get a list of positions for a region
933934 setline() replace a line in the buffer
934935 append() append line or list of lines in the buffer
935936 indent() indent of a specific line
You can’t perform that action at this time.
0 commit comments