mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	vim-patch: add matchit doc
matchit doc is named 'pi_matchit.txt'.
This commit is contained in:
		@@ -179,6 +179,8 @@ preprocess_patch() {
 | 
			
		||||
' +w +q "$file"
 | 
			
		||||
 | 
			
		||||
  # Rename src/ paths to src/nvim/
 | 
			
		||||
  LC_ALL=C sed -e 's/\( [ab]\/src\)/\1\/nvim/g' \
 | 
			
		||||
    "$file" > "$file".tmp && mv "$file".tmp "$file"
 | 
			
		||||
 | 
			
		||||
  # Rename path to matchit plugin.
 | 
			
		||||
  LC_ALL=C sed -e 's@\( [ab]/runtime\)/pack/dist/opt/matchit/\(plugin/matchit.vim\)@\1/\2@g' \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user