Skip to content

Commit 7c8bbc6

Browse files
ada4achrisbra
authored andcommitted
runtime(doc): use mkdir -p to save a command
closes: #15599 Signed-off-by: Christian Brabandt <cb@256bit.org> Signed-off-by: Ughur Alakbarov <58857108+ugur-a@users.noreply.github.com>
1 parent c9bfed2 commit 7c8bbc6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

runtime/doc/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)