Hello Bram These do the same thing: let @/ = @/ . pad[c] let @/ .= pad[c]
Is there an advantage (speed? resources?) to use one rather the other? That is, other than less typing. :set allows a pre-pend as ^= as well as ap-pend with .= :let has only ap-pend with .= Bill -- 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
