No responses on vim_use.

Could anyone have a code check for me?

TIA,
Dave

-------- Original Message --------
Subject:        Numbered registers
Date:   Tue, 24 May 2011 11:49:37 -0400
From:   David Fishburn <dfishburn....@gmail.com>
To:     vim_use <vim_...@googlegroups.com>



VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Mar 22 2011 13:03:19)
MS-Windows 32-bit GUI version with OLE support
Included patches: 1-142

Vim maintains the numbered registers 0-9.  These are maintained
automatically by Vim.

I had a request for the YankRing plugin to also manage these registers
and make sure the top 10 most recently used entries in the YankRing are
in those registers.

In attempting to implement this, I see Vim has it's own design on
these.  So even as I write to them:
let @2 = 'blah'

This will be overwritten with something else.

You can read about the numbered registers here:
:h quote_number

Though I am seeing some behaviour with the #2 register that I can't
really explain.  I was hoping someone familiar with the code could have
a quick look at tell me what Vim is putting in this register.  I have
not been able to determine when or why this one is updated with the text
it receives.

Is there any Vim option to turn off the management of the numbered
registers?

TIA,
Dave


--
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

Raspunde prin e-mail lui