Skip to content

Commit dfe4bcc

Browse files
authored
Merge pull request #1536 from vim-jp/hh-update-usr_41
Update usr_41.{txt,jax}
2 parents 882d2eb + 22200a0 commit dfe4bcc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/usr_41.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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() 行のインデントを得る

en/usr_41.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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*
930930
Working 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

0 commit comments

Comments
 (0)