On 16/02/10 11:24, kay sam wrote:
Hi All, Help using substitute every "abcde:fgh" with "abcdeefgh" in a file. Thanks a lot!
%s/\(.\):/\1\1/g Seems like it would do the job with this example. -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
