On Wed, Jun 21, 2006 at 12:48:48PM +0300, Anatoli Sakhnik wrote: > Can anyone tell me how big a vim register is? It's very unpleasant, > when I yank some piece of text in the source and can paste only part > of it. Is there a restriction?
I'm not aware of any restriction, providing you remain within Vim when moving text around. If you quit Vim and restart it on a different file then only part of the register will be saved. See ":help 'viminfo'". -- Matthew Winn ([EMAIL PROTECTED])
