File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- *various.txt* For Vim バージョン 9.1. Last change: 2024 May 23
1
+ *various.txt* For Vim バージョン 9.1. Last change: 2024 Jun 15
2
2
3
3
4
4
VIM リファレンスマニュアル by Bram Moolenaar
@@ -137,7 +137,7 @@ g8 カーソル位置の文字のバイト列を 16 進数で表示します
137
137
:[range] # [count] [flags]
138
138
:number と同じです。
139
139
140
- *:#!*
140
+ *:#!* *vim-shebang*
141
141
:#!{anything} 無視されます。そのため、次のようにして Vim script を実
142
142
行することができます: >
143
143
#!vim -S
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -138,7 +138,7 @@ g8 Print the hex values of the bytes used in the
138
138
:[range] # [count] [flags]
139
139
synonym for :number.
140
140
141
- *:#!*
141
+ *:#!* *vim-shebang*
142
142
:#!{anything} Ignored, so that you can start a Vim script with: >
143
143
#!vim -S
144
144
echo "this is a Vim script"
You can’t perform that action at this time.
0 commit comments