Dominique Pellé wrote: > Hi > > This command gives E342 immediately on my laptop: > > $ vim -u NONE -c 'norm o' -c 'norm 66666666666dH' > Error detected while processing command line: > E342: Out of memory! (allocating 16422480584 bytes) > cannot yank; delete anyway (y/n)?
I should add, the following similar-ish command gives internal error E315: $ vim -u NONE -c 'norm o' -c 'norm 6666666666dL' Error detected while processing command line: E315: ml_get: invalid lnum: 1923267929 Press ENTER or type command to continue Dominique -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
