Skip to content

Commit 2f5fb15

Browse files
committed
Update by original
1 parent f9c9828 commit 2f5fb15

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

doc/syntax.jax

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim バージョン 9.1. Last change: 2024 Aug 26
1+
*syntax.txt* For Vim バージョン 9.1. Last change: 2024 Aug 31
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -180,8 +180,7 @@ NOTE: 長い行があって表示が遅く、構文ハイライトをオフに
180180
1. 上同様、'runtimepath' に示されるユーザーディレクトリを作成する。
181181

182182
2. "after/syntax" というディレクトリを作成する。UNIXの例: >
183-
mkdir ~/.vim/after
184-
mkdir ~/.vim/after/syntax
183+
mkdir -p ~/.vim/after/syntax
185184
186185
3. 追加設定を行うコマンドを含む Vim script ファイルを作成する。例として、C言語
187186
のコメントの色を変更するには: >

en/syntax.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim version 9.1. Last change: 2024 Aug 26
1+
*syntax.txt* For Vim version 9.1. Last change: 2024 Aug 31
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -179,8 +179,7 @@ add a few items or change the highlighting, follow these steps:
179179
1. Create your user directory from 'runtimepath', see above.
180180

181181
2. Create a directory in there called "after/syntax". For Unix: >
182-
mkdir ~/.vim/after
183-
mkdir ~/.vim/after/syntax
182+
mkdir -p ~/.vim/after/syntax
184183
185184
3. Write a Vim script that contains the commands you want to use. For
186185
example, to change the colors for the C syntax: >

0 commit comments

Comments
 (0)