On Saturday, April 7, 2018 at 2:21:50 PM UTC+8, Ni Va wrote:
> 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.
I try to map this command in _vimrc like this:
nnoremap cP :let @"=expand('%:p') | norm p
But does not work, Is here somthing wrong?
--
--
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.
Sunday, August 19, 2018
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment