Tuesday, September 10, 2013

Re: Highlighting() breaks quickfix

On Tuesday, September 10, 2013 2:35:29 AM UTC-5, Matěj Cepl wrote:
>
> normal! <CR>
>
>
>
> is not the proper thing to say in the quickfix window. What is? How can
>

That's not the proper syntax anywhere. This means to do 4 keystrokes in normal mode:

< - indent left
C - change to end of line
R> - insert text R followed by >

You probably wanted 'normal! ^M' (where ^M is a literal carriage return character, obtained by typing CTRL+V followed by enter in insert mode), or 'execute "normal! \<CR>"' to use the special key syntax within a string.

--
--
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/groups/opt_out.

No comments: