Skip to content

Update usr_41.{txt,jax} #1536

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/usr_41.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 Apr 26
*usr_41.txt* For Vim バージョン 9.1. Last change: 2024 May 07

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -906,6 +906,7 @@ Blob 操作: *blob-functions*
カレントバッファで動作するもの: *text-functions*
getline() バッファから行を得る
getregion() バッファからテキストの領域を得る
getregionpos() 領域の位置のリストを得る
setline() バッファの行を置き換える
append() 行または行のリストをバッファに追加する
indent() 行のインデントを得る
Expand Down
3 changes: 2 additions & 1 deletion en/usr_41.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_41.txt* For Vim version 9.1. Last change: 2024 Apr 26
*usr_41.txt* For Vim version 9.1. Last change: 2024 May 07

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -930,6 +930,7 @@ Cursor and mark position: *cursor-functions* *mark-functions*
Working with text in the current buffer: *text-functions*
getline() get a line or list of lines from the buffer
getregion() get a region of text from the buffer
getregionpos() get a list of positions for a region
setline() replace a line in the buffer
append() append line or list of lines in the buffer
indent() indent of a specific line
Expand Down