Friday, April 6, 2018

Re: how to get file fullpath to vim register?

Le samedi 7 avril 2018 08:02:45 UTC+2, Sand Glass a écrit :
> Sometimes I need to copy my editing file's full path to my vim register, how can I get it?



:let @" = expand('%:p') | norm p

you can map this command.


Nota: I do daily release of last Vim/Gvim ver on windows 64 bits by job_starting git clone, and nmake build if it can help.

--
--
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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: