> * Marc Weber<marco-oweber@gmx.de>:
>
>>> 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.
>
> Syntax highlighting is not what I look for.
>
> What I want to achieve is jumping to the first blank line where I can start
> typing my mail instantly. So I search for ^$ and vim jumps to the first
> occurrence (with the consequences I wrote in my first mail).
You could just issue a "noh" after your search:
vim +'/^$/' -c'set hls' -c'noh'
should do the trick (I don't have 'hls' set in my vimrc, so I
added it on the command-line to test).
-tim
--
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