The following patch fixes some bad grammar. --- change.txt.orig 2010-08-29 17:33:43.949820963 +0100 +++ change.txt 2010-08-29 17:39:19.221945975 +0100 @@ -1056,7 +1056,7 @@ There are nine types of registers: *re 1. Unnamed register "" *quote_quote* *quotequote* Vim fills this register with text deleted with the "d", "c", "s", "x" commands or copied with the yank "y" command, regardless of whether or not a specific -register was used (e.g. "xdd). This is like the unnamed register is pointing +register was used (e.g. "xdd). This is as if the unnamed register was pointing to the last used register. Thus when appending using an uppercase register name, the unnamed register contains the same text as the named register. An exception is the '_' register: "_dd does not store the deleted text in any
Carlo -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
