On Mon, Mar 21, 2011 at 13:48, pmehrwald <[email protected]> wrote: > Hi, > > We are facing a severe problem on using :g on our machines at work. On > two different dell machines this command causes problems after > updating to x64 Windows 7 or Windows Server 2008. > > The scenario is as follows: > * Logfile ~100Mb opened > * execute :%g!/xxx/d to remove some lines
Can you try this command instead and tell us if the problem is gone - :%g!/xxx/"_d The "_ part here tells d not to yank each line it deletes. -- 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
