File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- *usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Jan 16
1
+ *usr_41.txt* For Vim バージョン 9.1. Last change: 2025 Feb 01
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -772,6 +772,7 @@ substitute() の呼び出しの前後にいろいろな処理を入れたりす
772
772
trim() 文字列から文字を取り除く
773
773
bindtextdomain() メッセージの翻訳検索のベースパスを設定する
774
774
gettext() 翻訳メッセージの検索
775
+ ngettext() 単一/複数の翻訳メッセージのの検索
775
776
str2blob() 文字列のリストを blob に変換する
776
777
blob2str() blob を文字列のリストに変換する
777
778
Original file line number Diff line number Diff line change 1
- *usr_41.txt* For Vim version 9.1. Last change: 2025 Jan 16
1
+ *usr_41.txt* For Vim version 9.1. Last change: 2025 Feb 01
2
2
3
3
VIM USER MANUAL - by Bram Moolenaar
4
4
@@ -801,6 +801,7 @@ String manipulation: *string-functions*
801
801
trim() trim characters from a string
802
802
bindtextdomain() set message lookup translation base path
803
803
gettext() lookup message translation
804
+ ngettext() lookup single/plural message translation
804
805
str2blob() convert a list of strings into a blob
805
806
blob2str() convert a blob into a list of strings
806
807
You can’t perform that action at this time.
0 commit comments