> I upgraded to 7.3 from 7.2. Now, if I hit Enter on any line in the
> quickfix window, the matching file is opened with a >> marker in front
> of the matching line. How do I get rid of the >> marker? The >> marker
> wasn't there before the upgrade. Thanks.
I was hoping someone else would answer this today because I don't
really have the answer.
I have used 7.3 since the first release and I use quickfix daily. I
have never seen such a marker. It sounds like a sign. (See ":help
sign.txt".) Vim doesn't define any signs by default, however, and I
don't see any signs defined in $VIMRUNTIME/vimrc_example.vim, so if
it is a sign, it must be that it is being defined in a system vimrc
(e.g., /usr/share/vim/vimrc or /etc/vimrc) or by a plugin that you
installed yourself. Try executing
:sign list
or
:sign place
and see if there are any signs defined, especially one including
"text=>>". I don't know how to determine where signs are defined or
placed, but signs must have names. If that command shows any signs,
you might be able to tell where they came from by their names. You
could also search for the name in /etc/vimrc and recursively under
/usr/share/vim and ~/.vim.
If it is a sign and you determine where it is being set, then we'll
be able to figure out how to get rid of it.
HTH,
Gary
--
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