Skip to content

Commit 0020157

Browse files
authored
Merge pull request #2574 from h-east/update-several-files
Update {builtin,filetype,netbeans,various}.{txt,jax}
2 parents 584169e + 53be0c0 commit 0020157

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

doc/builtin.jax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim バージョン 9.2. Last change: 2026 Apr 06
1+
*builtin.txt* For Vim バージョン 9.2. Last change: 2026 Apr 10
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -12991,6 +12991,7 @@ spell スペルチェックをサポート |spell|
1299112991
startuptime |--startuptime| をサポート
1299212992
statusline 'statusline', 'rulerformat' そして 'titlestring' と
1299312993
'iconstring' の特殊フォーマットをサポート
12994+
statusline_click 'statusline' 内のクリックハンドラ |stl-%[FuncName]|
1299412995
sun SunOSバージョン
1299512996
sun_workshop Sun |workshop| のサポートは削除された
1299612997
syntax 構文ハイライトをサポート

doc/filetype.jax

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*filetype.txt* For Vim バージョン 9.2. Last change: 2026 Apr 07
1+
*filetype.txt* For Vim バージョン 9.2. Last change: 2026 Apr 09
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -640,7 +640,6 @@ GIT COMMIT *ft-gitcommit-plugin*
640640
ンドが提供されている。このコマンドを実行すると、その引数をつけて "git diff
641641
--cached" が実行される。
642642

643-
644643
構文ハイライトに使用されるコミットメッセージの最初の行の長さは、
645644
`g:gitcommit_summary_length` で設定できる。デフォルトは 50 である。例: >
646645

doc/netbeans.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*netbeans.txt* For Vim バージョン 9.2. Last change: 2026 Mar 07
1+
*netbeans.txt* For Vim バージョン 9.2. Last change: 2026 Apr 09
22

33

44
VIM リファレンスマニュアル by Gordon Prieur et al.

doc/various.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim バージョン 9.2. Last change: 2026 Feb 14
1+
*various.txt* For Vim バージョン 9.2. Last change: 2026 Apr 06
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar

en/builtin.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*builtin.txt* For Vim version 9.2. Last change: 2026 Apr 06
1+
*builtin.txt* For Vim version 9.2. Last change: 2026 Apr 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -13300,6 +13300,7 @@ spell Compiled with spell checking support |spell|.
1330013300
startuptime Compiled with |--startuptime| support.
1330113301
statusline Compiled with support for 'statusline', 'rulerformat'
1330213302
and special formats of 'titlestring' and 'iconstring'.
13303+
statusline_click Click handlers in 'statusline' |stl-%[FuncName]|
1330313304
sun SunOS version of Vim.
1330413305
sun_workshop Support for Sun |workshop| has been removed.
1330513306
syntax Compiled with syntax highlighting support |syntax|.

en/filetype.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*filetype.txt* For Vim version 9.2. Last change: 2026 Apr 07
1+
*filetype.txt* For Vim version 9.2. Last change: 2026 Apr 09
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -652,7 +652,6 @@ One command, :DiffGitCached, is provided to show a diff of the current commit
652652
in the preview window. It is equivalent to calling "git diff --cached" plus
653653
any arguments given to the command.
654654

655-
656655
The length of the first line of the commit message used for
657656
syntax highlighting can be configured via `g:gitcommit_summary_length`.
658657
The default is 50. Example: >

en/netbeans.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*netbeans.txt* For Vim version 9.2. Last change: 2026 Mar 07
1+
*netbeans.txt* For Vim version 9.2. Last change: 2026 Apr 09
22

33

44
VIM REFERENCE MANUAL by Gordon Prieur et al.

en/various.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim version 9.2. Last change: 2026 Feb 14
1+
*various.txt* For Vim version 9.2. Last change: 2026 Apr 06
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar

0 commit comments

Comments
 (0)