Skip to content

Commit 0bcba80

Browse files
authored
Merge pull request #1581 from vim-jp/hh-update-various
Update various.{txt,jax}
2 parents d269a5a + ba690e3 commit 0bcba80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/various.jax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim バージョン 9.1. Last change: 2024 May 23
1+
*various.txt* For Vim バージョン 9.1. Last change: 2024 Jun 15
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -137,7 +137,7 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します
137137
:[range]# [count] [flags]
138138
:number と同じです。
139139

140-
*:#!*
140+
*:#!* *vim-shebang*
141141
:#!{anything} 無視されます。そのため、次のようにして Vim script を実
142142
行することができます: >
143143
#!vim -S

en/various.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*various.txt* For Vim version 9.1. Last change: 2024 May 23
1+
*various.txt* For Vim version 9.1. Last change: 2024 Jun 15
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -138,7 +138,7 @@ g8 Print the hex values of the bytes used in the
138138
:[range]# [count] [flags]
139139
synonym for :number.
140140

141-
*:#!*
141+
*:#!* *vim-shebang*
142142
:#!{anything} Ignored, so that you can start a Vim script with: >
143143
#!vim -S
144144
echo "this is a Vim script"

0 commit comments

Comments
 (0)