mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	vim-patch:2329bd4: runtime(doc): fix a typo in gitrebase filetype (#32899)
Introduced in 4d2c4b90f.
closes: vim/vim#16892
2329bd427a
Co-authored-by: skshetry <18718008+skshetry@users.noreply.github.com>
			
			
This commit is contained in:
		@@ -615,7 +615,7 @@ with interactive `git rebase`: >
 | 
				
			|||||||
	:Reword " to pick this commit, but change the commit message
 | 
						:Reword " to pick this commit, but change the commit message
 | 
				
			||||||
	:Squash " to squash this commit into the previous one
 | 
						:Squash " to squash this commit into the previous one
 | 
				
			||||||
 | 
					
 | 
				
			||||||
In addition, the following comamnd can be used to cycle between the different
 | 
					In addition, the following command can be used to cycle between the different
 | 
				
			||||||
possibilities: >
 | 
					possibilities: >
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	:Cycle  " to cycle between the previous commands
 | 
						:Cycle  " to cycle between the previous commands
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user