mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	updated for version 7.3.761
Problem: In Visual mode a "-p does not work. (Marcin Szamotulski) Solution: Avoid writing to "- before putting it. (Christian Brabandt)
This commit is contained in:
		| @@ -54,8 +54,12 @@ $5lrxa<-- should be 'x' | ||||
| :"   Roy <royl@netropolis.net>. | ||||
| ^O3li4li4li   <-- should show the name of a noted text editor | ||||
| ^o4li4li4li   <-- and its version number-dd | ||||
| :" | ||||
| :" Test for yanking and pasting using the small delete register | ||||
| gg/^foo | ||||
| dewve"-p | ||||
| :wq! test.out | ||||
| ENDTEST | ||||
| foo, bar | ||||
| keyword keyw | ||||
| all your base are belong to us | ||||
|   | ||||
| @@ -1,3 +1,4 @@ | ||||
| , foo | ||||
| keyword keyword | ||||
| all your base  | ||||
| are belong to vim | ||||
|   | ||||
		Reference in New Issue
	
	Block a user