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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -779,6 +779,8 @@ substitute() の呼び出しの前後にいろいろな処理を入れたりす
779
779
blob2str() blob を文字列のリストに変換する
780
780
items() 文字列のインデックスと文字のペアのリストを取得
781
781
する
782
+ uri_encode() 文字列を URI エンコードする
783
+ uri_decode() 文字列を URI デコードする
782
784
783
785
リスト操作: *list-functions*
784
786
get() 要素を取得。存在しないインデックスでもエラーを
@@ -898,6 +900,7 @@ Blob 操作: *blob-functions*
898
900
reverse() blob 内の数値の順序を逆にする
899
901
index() Blob 中の要素のインデックス
900
902
indexof() 式が真となる Blob 内のインデックス
903
+ items() Blob のインデックスと値のペアのリストを取得する
901
904
902
905
その他の計算: *bitwise-function*
903
906
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
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -807,6 +807,8 @@ String manipulation: *string-functions*
807
807
str2blob() convert a list of strings into a blob
808
808
blob2str() convert a blob into a list of strings
809
809
items() get List of String index-character pairs
810
+ uri_encode() URI-encode a string
811
+ uri_decode() URI-decode a string
810
812
811
813
List manipulation: *list-functions*
812
814
get() get an item without error for wrong index
@@ -920,6 +922,7 @@ Blob manipulation: *blob-functions*
920
922
reverse() reverse the order of numbers in a blob
921
923
index() index of a value in a Blob
922
924
indexof() index in a Blob where an expression is true
925
+ items() get List of Blob index-value pairs
923
926
924
927
Other computation: *bitwise-function*
925
928
and() bitwise AND
You can’t perform that action at this time.
0 commit comments