Skip to content

Update usr_41.{txt,jax} #1919

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
Jan 21, 2025
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
4 changes: 3 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: 2025 Jan 02
*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Jan 16

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -772,6 +772,8 @@ substitute() の呼び出しの前後にいろいろな処理を入れたりす
trim() 文字列から文字を取り除く
bindtextdomain() メッセージの翻訳検索のベースパスを設定する
gettext() 翻訳メッセージの検索
str2blob() 文字列のリストを blob に変換する
blob2str() blob を文字列のリストに変換する

リスト操作: *list-functions*
get() 要素を取得。存在しないインデックスでもエラーを
Expand Down
4 changes: 3 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: 2025 Jan 02
*usr_41.txt* For Vim version 9.1. Last change: 2025 Jan 16

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -801,6 +801,8 @@ String manipulation: *string-functions*
trim() trim characters from a string
bindtextdomain() set message lookup translation base path
gettext() lookup message translation
str2blob() convert a list of strings into a blob
blob2str() convert a blob into a list of strings

List manipulation: *list-functions*
get() get an item without error for wrong index
Expand Down
Loading