Thursday, December 31, 2015

Re: mysterious grey bar with symbols in it

Christian Brabandt wrote:
> Hi 'Andy'!
>
> On So, 27 Dez 2015, 'Andy' via vim_use wrote:
>
>> Thanks!
>> That was exactly it. I never would have connected that featurewith the symbols, otherwise.
>> To complete the answer for others reading: making the symbolsand bar go away mans doing this:
>> :sign unplace *
> You probably have a plugin installed, that you do not need. In that
> case, simply uninstall it.
>
>
Look for a plugin that has the word "Mark" in it: under Linux, from the
.vim/ directory, use: find -L "$(pwd)" -name "*Mark*" -exec "echo" "{}"
";" 2> /dev/null

Regards,
Chip Campbell

--
--
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/d/optout.

No comments: