mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-03 17:24:29 +00:00 
			
		
		
		
	docs: clarify :runtime behavior without [where] again (#22003)
The behavior changed again after #15867, change the docs to describe latest behavior.
This commit is contained in:
		@@ -211,9 +211,7 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|.
 | 
			
		||||
			When [!] is included, all found files are sourced.
 | 
			
		||||
			Else only the first found file is sourced.
 | 
			
		||||
 | 
			
		||||
			When [where] is omitted, first 'runtimepath' is
 | 
			
		||||
			searched, then directories under "start" in 'packpath'
 | 
			
		||||
			are searched.
 | 
			
		||||
			When [where] is omitted only 'runtimepath' is used.
 | 
			
		||||
			Other values:
 | 
			
		||||
				START	search only under "start" in 'packpath'
 | 
			
		||||
				OPT 	search only under "opt" in 'packpath'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user