On 2021-05-28 10:05, Ruben Safir wrote: > On 5/28/21 10:02 AM, Christian Brabandt wrote: > >> Where are the vim macros stored. I want to edit them by hand > > in the register you specified. > > that is not the answer to the question I asked. > > Where are they STORED. Not how do I access them. > > Where on the filesystem are they stored.
Christian answered your question: vim stores macros in *registers*. However, vim optionally stores registers based on your 'viminfo' setting: either in your ~/.viminfo (or in a different file if you used the "n" option) or not at all. See :help viminfo-< :help viminfo-n :help viminfo-file -tim -- -- You received this message from the "vim_use" 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_use" 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_use/20210528092119.1a154845%40bigbox.attlocal.net.
