mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	vim-patch:7c8bbc6: runtime(doc): use mkdir -p to save a command
closes: vim/vim#15599
7c8bbc6d28
Co-authored-by: Ughur Alakbarov <58857108+ugur-a@users.noreply.github.com>
			
			
This commit is contained in:
		| @@ -152,8 +152,7 @@ add a few items or change the highlighting, follow these steps: | |||||||
| 1. Create your user directory from 'runtimepath', see above. | 1. Create your user directory from 'runtimepath', see above. | ||||||
|  |  | ||||||
| 2. Create a directory in there called "after/syntax".  For Unix: > | 2. Create a directory in there called "after/syntax".  For Unix: > | ||||||
| 	mkdir ~/.config/nvim/after | 	mkdir -p ~/.config/nvim/after/syntax | ||||||
| 	mkdir ~/.config/nvim/after/syntax |  | ||||||
|  |  | ||||||
| 3. Write a Vim script that contains the commands you want to use.  For | 3. Write a Vim script that contains the commands you want to use.  For | ||||||
|    example, to change the colors for the C syntax: > |    example, to change the colors for the C syntax: > | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 zeertzjq
					zeertzjq