On Feb 16, 2:06 am, Gary Johnson <[email protected]> wrote: > On 2012-02-15, Steven K. Wong wrote: > > > 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.
I know eclim uses ">>" by default for marking quickfix (or maybe just location list) items. errormarker.vim also places signs for quickfix but I'm not sure what they are. http://www.vim.org/scripts/script.php?script_id=1861 There are probably others as well, those are the two I know of off- hand. At one point I think I searched vim.org for "sign" and got several hits. -- 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
