Skip to content

Commit

Permalink
Merge pull request #1919 from h-east/update-usr_41
Browse files Browse the repository at this point in the history
Update usr_41.{txt,jax}
  • Loading branch information
h-east authored Jan 21, 2025
2 parents 8fb0463 + 8d966dc commit 238906f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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

0 comments on commit 238906f

Please sign in to comment.