Hi,
On Wed, Nov 22, 2017 at 7:13 AM, Axel Bender <[email protected]> wrote:
> Having
>
> :autocmd QuickFixCmdPre helpgrep let g:grep_pat = getreg(":")
>
> and running
>
> :helpgrep BEGIN
>
> g:grep_pat would always be empty. I would have thought that everything after
> "helpgrep" is evaluated when the event triggers - in which case register ":"
> should contain "helpgrep BEGIN".
>
According to the following comment in ex_docmd.c:
/*
* If the command was typed, remember it for the ':' register.
* Do this AFTER executing the command to make :@: work.
*/
The ":" register is set after executing the command. So in the above autocmd,
the ":" register will not contain the current command.
- Yegappan
--
--
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].
For more options, visit https://groups.google.com/d/optout.