> So everytime I edit a mail the first line and following manually inserted blank
> lines are highlighted.
Why do you need this?
Use syntax commands instead.
Eg :syn match Error /The/
matches the characters The
While hlsearch is useful in most cases I find this case
> How can I temporarily disable hlsearch and let vim jump to the first blank
creating mapping toggling it:
:map \hl :set invhlsearch
Marc Weber
--
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
No comments:
Post a Comment