Skip to content

Commit ab4a0d9

Browse files
authored
Merge pull request #2275 from h-east/update-usr_41
Update usr_41.{txt,jax}
2 parents 8be9928 + 654f56b commit ab4a0d9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/usr_41.jax

Lines changed: 4 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: 2025 Aug 18
1+
*usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Aug 23
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -779,6 +779,8 @@ substitute() の呼び出しの前後にいろいろな処理を入れたりす
779779
blob2str() blob を文字列のリストに変換する
780780
items() 文字列のインデックスと文字のペアのリストを取得
781781
する
782+
uri_encode() 文字列を URI エンコードする
783+
uri_decode() 文字列を URI デコードする
782784

783785
リスト操作: *list-functions*
784786
get() 要素を取得。存在しないインデックスでもエラーを
@@ -898,6 +900,7 @@ Blob 操作: *blob-functions*
898900
reverse() blob 内の数値の順序を逆にする
899901
index() Blob 中の要素のインデックス
900902
indexof() 式が真となる Blob 内のインデックス
903+
items() Blob のインデックスと値のペアのリストを取得する
901904

902905
その他の計算: *bitwise-function*
903906
and() ビットごとの論理積

en/usr_41.txt

Lines changed: 4 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: 2025 Aug 18
1+
*usr_41.txt* For Vim version 9.1. Last change: 2025 Aug 23
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -807,6 +807,8 @@ String manipulation: *string-functions*
807807
str2blob() convert a list of strings into a blob
808808
blob2str() convert a blob into a list of strings
809809
items() get List of String index-character pairs
810+
uri_encode() URI-encode a string
811+
uri_decode() URI-decode a string
810812

811813
List manipulation: *list-functions*
812814
get() get an item without error for wrong index
@@ -920,6 +922,7 @@ Blob manipulation: *blob-functions*
920922
reverse() reverse the order of numbers in a blob
921923
index() index of a value in a Blob
922924
indexof() index in a Blob where an expression is true
925+
items() get List of Blob index-value pairs
923926

924927
Other computation: *bitwise-function*
925928
and() bitwise AND

0 commit comments

Comments
 (0)