Skip to content

Commit f9b2b5f

Browse files
authored
Merge pull request #1937 from h-east/update-misc-files
Update {builtin,usr_02,usr_25}.{txt,jax} and version9.txt
2 parents 8347e98 + 4f4ce81 commit f9b2b5f

File tree

7 files changed

+12
-14
lines changed

7 files changed

+12
-14
lines changed

doc/builtin.jax

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Jan 17
1+
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Feb 01
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -665,8 +665,7 @@ split({expr} [, {pat} [, {keepempty}]])
665665
sqrt({expr}) 浮動小数点数 {expr} の平方根
666666
srand([{expr}]) リスト |rand()| 用の種を取得する
667667
state([{what}]) 文字列 Vimの現在の状態
668-
str2blob({list} [, {options}])
669-
Blob 文字列のリストを Blob に変換する
668+
str2blob({list} [, {options}]) Blob 文字列のリストを Blob に変換する
670669
str2float({expr} [, {quoted}]) 浮動小数点数 文字列を浮動小数点数に変換する
671670
str2list({expr} [, {utf8}]) リスト {expr}の各文字をASCII/UTF-8値に変換する
672671
str2nr({expr} [, {base} [, {quoted}]])

doc/usr_02.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_02.txt* For Vim バージョン 9.1. Last change: 2025 Jan 16
1+
*usr_02.txt* For Vim バージョン 9.1. Last change: 2025 Feb 01
22

33
VIM USER MANUAL - by Bram Moolenaar
44

doc/usr_25.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_25.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11
1+
*usr_25.txt* For Vim バージョン 9.1. Last change: 2025 Feb 01
22

33
VIM USER MANUAL - by Bram Moolenaar
44

en/builtin.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.1. Last change: 2025 Jan 17
1+
*builtin.txt* For Vim version 9.1. Last change: 2025 Feb 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -610,8 +610,7 @@ split({expr} [, {pat} [, {keepempty}]])
610610
sqrt({expr}) Float square root of {expr}
611611
srand([{expr}]) List get seed for |rand()|
612612
state([{what}]) String current state of Vim
613-
str2blob({list} [, {options}])
614-
Blob convert list of strings into a Blob
613+
str2blob({list} [, {options}]) Blob convert list of strings into a Blob
615614
str2float({expr} [, {quoted}]) Float convert String to Float
616615
str2list({expr} [, {utf8}]) List convert each character of {expr} to
617616
ASCII/UTF-8 value

en/usr_02.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_02.txt* For Vim version 9.1. Last change: 2025 Jan 16
1+
*usr_02.txt* For Vim version 9.1. Last change: 2025 Feb 01
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -698,8 +698,8 @@ Summary: *help-summary* >
698698
package-<name>. So >
699699
:help package-comment
700700
<
701-
will bring you to the help section for the included comment plugin and how to
702-
enable it.
701+
will bring you to the help section for the included comment plugin and how
702+
to enable it.
703703

704704

705705
==============================================================================

en/usr_25.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_25.txt* For Vim version 9.1. Last change: 2025 Jan 11
1+
*usr_25.txt* For Vim version 9.1. Last change: 2025 Feb 01
22

33
VIM USER MANUAL - by Bram Moolenaar
44

@@ -190,7 +190,7 @@ This results in the following:
190190
story. ~
191191

192192

193-
JUSTIFYING TEXT *justify* *:Justify* *Justify()* *package-justify*
193+
JUSTIFYING TEXT *justify* *:Justify* *Justify()* *package-justify*
194194

195195
Vim has no built-in way of justifying text. However, there is a neat macro
196196
package that does the job. To use this package, execute the following

en/version9.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41563,7 +41563,7 @@ Support for the XDG Desktop Specification |xdg-base-dir|
4156341563
Support for translating messages in Vim script plugins using the |gettext()|
4156441564
and |bindtextdomain()| functions.
4156541565

41566-
Support highlighting the matched text and the completion kind for insert-mode
41566+
Support highlighting the matched text and the completion kind for insert-mode
4156741567
completion and command-line completion in |ins-completion-menu|, see
4156841568
|complete-items|
4156941569

0 commit comments

Comments
 (0)