0
0
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:
Bram Moolenaar
2012-12-12 18:20:32 +01:00
parent 83dadafdd7
commit ba6e858556
4 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

@@ -1,3 +1,4 @@
, foo
keyword keyword
all your base
are belong to vim