Hi Ernie, On Wed, Jan 20, 2021 at 07:20:43AM -0800, Ernie Rael <[email protected]> wrote: > Hi all, > > jVi had a feature request, something about supporting > > let @a= "some string" > > which is supposed to initialized the named buffer at startup. Something the > user wanted to use with macros. I pointed out that jVi persists named > buffers between session and that satisfied his requirement. But, I can see > how a feature like this would be handy. > > I can't find a description of the "@a=" behavior in vimhelp. A pointer is > appreciated.
You can write this in your .vimrc and have the named register a have initialized that way: let @a = "some string" see :help :let-@ for the help on that. > -ernie Ciao, Thomas -- Thomas Köhler Email: [email protected] <>< WWW: http://gott-gehabt.de IRC: tkoehler Freenode: thkoehler PGP public key available from Homepage! -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20210120154726.GA17206%40picard.franken.de.
signature.asc
Description: PGP signature
