mirror of
				https://github.com/mhinz/vim-galore.git
				synced 2025-11-04 11:55:35 +08:00 
			
		
		
		
	Typo
This commit is contained in:
		@@ -259,7 +259,7 @@ the current line with `p` and before the cursor with `P`.
 | 
			
		||||
 | 
			
		||||
**Example: explicit naming of register**
 | 
			
		||||
 | 
			
		||||
`"aY` yanks the current line into register `a`. Move to another line. "AY"
 | 
			
		||||
`"aY` yanks the current line into register `a`. Move to another line. `"AY`
 | 
			
		||||
appends the current line to register `a`.
 | 
			
		||||
 | 
			
		||||
I suggest playing around with with all these registers a bit and constantly
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user