runtime(doc): use mkdir -p to save a command Commit: https://github.com/vim/vim/commit/7c8bbc6d28387e5c73f049663ace0c3829f9e128 Author: Ughur Alakbarov <58857108+ugu...@users.noreply.github.com> Date: Sat Aug 31 16:12:39 2024 +0200
runtime(doc): use mkdir -p to save a command closes: https://github.com/vim/vim/issues/15599 Signed-off-by: Christian Brabandt <c...@256bit.org> Signed-off-by: Ughur Alakbarov <58857108+ugu...@users.noreply.github.com> diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 5d67ba622..910aee5a1 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -1,4 +1,4 @@ -*syntax.txt* For Vim version 9.1. Last change: 2024 Aug 26 +*syntax.txt* For Vim version 9.1. Last change: 2024 Aug 31 VIM REFERENCE MANUAL by Bram Moolenaar @@ -179,8 +179,7 @@ add a few items or change the highlighting, follow these steps: 1. Create your user directory from 'runtimepath', see above. 2. Create a directory in there called "after/syntax". For Unix: > - mkdir ~/.vim/after - mkdir ~/.vim/after/syntax + mkdir -p ~/.vim/after/syntax 3. Write a Vim script that contains the commands you want to use. For example, to change the colors for the C syntax: > -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1skOsc-002WAa-9h%40256bit.org.