File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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() ビットごとの論理積
Original file line number Diff line number Diff line change 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
811813List 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
924927Other computation: *bitwise-function*
925928 and() bitwise AND
You can’t perform that action at this time.
0 commit comments