Skip to content

Commit

Permalink
Merge pull request #1937 from h-east/update-misc-files
Browse files Browse the repository at this point in the history
Update {builtin,usr_02,usr_25}.{txt,jax} and version9.txt
  • Loading branch information
h-east authored Feb 1, 2025
2 parents 8347e98 + 4f4ce81 commit f9b2b5f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 14 deletions.
5 changes: 2 additions & 3 deletions doc/builtin.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Jan 17
*builtin.txt* For Vim バージョン 9.1. Last change: 2025 Feb 01


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -665,8 +665,7 @@ split({expr} [, {pat} [, {keepempty}]])
sqrt({expr}) 浮動小数点数 {expr} の平方根
srand([{expr}]) リスト |rand()| 用の種を取得する
state([{what}]) 文字列 Vimの現在の状態
str2blob({list} [, {options}])
Blob 文字列のリストを Blob に変換する
str2blob({list} [, {options}]) Blob 文字列のリストを Blob に変換する
str2float({expr} [, {quoted}]) 浮動小数点数 文字列を浮動小数点数に変換する
str2list({expr} [, {utf8}]) リスト {expr}の各文字をASCII/UTF-8値に変換する
str2nr({expr} [, {base} [, {quoted}]])
Expand Down
2 changes: 1 addition & 1 deletion doc/usr_02.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_02.txt* For Vim バージョン 9.1. Last change: 2025 Jan 16
*usr_02.txt* For Vim バージョン 9.1. Last change: 2025 Feb 01

VIM USER MANUAL - by Bram Moolenaar

Expand Down
2 changes: 1 addition & 1 deletion doc/usr_25.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_25.txt* For Vim バージョン 9.1. Last change: 2025 Jan 11
*usr_25.txt* For Vim バージョン 9.1. Last change: 2025 Feb 01

VIM USER MANUAL - by Bram Moolenaar

Expand Down
5 changes: 2 additions & 3 deletions en/builtin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*builtin.txt* For Vim version 9.1. Last change: 2025 Jan 17
*builtin.txt* For Vim version 9.1. Last change: 2025 Feb 01


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -610,8 +610,7 @@ split({expr} [, {pat} [, {keepempty}]])
sqrt({expr}) Float square root of {expr}
srand([{expr}]) List get seed for |rand()|
state([{what}]) String current state of Vim
str2blob({list} [, {options}])
Blob convert list of strings into a Blob
str2blob({list} [, {options}]) Blob convert list of strings into a Blob
str2float({expr} [, {quoted}]) Float convert String to Float
str2list({expr} [, {utf8}]) List convert each character of {expr} to
ASCII/UTF-8 value
Expand Down
6 changes: 3 additions & 3 deletions en/usr_02.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_02.txt* For Vim version 9.1. Last change: 2025 Jan 16
*usr_02.txt* For Vim version 9.1. Last change: 2025 Feb 01

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -698,8 +698,8 @@ Summary: *help-summary* >
package-<name>. So >
:help package-comment
<
will bring you to the help section for the included comment plugin and how to
enable it.
will bring you to the help section for the included comment plugin and how
to enable it.


==============================================================================
Expand Down
4 changes: 2 additions & 2 deletions en/usr_25.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*usr_25.txt* For Vim version 9.1. Last change: 2025 Jan 11
*usr_25.txt* For Vim version 9.1. Last change: 2025 Feb 01

VIM USER MANUAL - by Bram Moolenaar

Expand Down Expand Up @@ -190,7 +190,7 @@ This results in the following:
story. ~


JUSTIFYING TEXT *justify* *:Justify* *Justify()* *package-justify*
JUSTIFYING TEXT *justify* *:Justify* *Justify()* *package-justify*

Vim has no built-in way of justifying text. However, there is a neat macro
package that does the job. To use this package, execute the following
Expand Down
2 changes: 1 addition & 1 deletion en/version9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41563,7 +41563,7 @@ Support for the XDG Desktop Specification |xdg-base-dir|
Support for translating messages in Vim script plugins using the |gettext()|
and |bindtextdomain()| functions.

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

Expand Down

0 comments on commit f9b2b5f

Please sign in to comment.