leaving message buffer open

2015-05-08 Thread Mark Volkmann
Is there a way to open the message buffer in a window so it is always visible? This could be useful while debugging a new plugin that uses echomsg to output debugging messages. -- R. Mark Volkmann Object Computing, Inc. -- -- You received this message from the "vim_use" maillist. Do not top-po

Re: search for a list of words

2015-05-08 Thread Fetchinson .
On 5/8/15, Christian Brabandt wrote: > Hi Richard! > > On Fr, 08 Mai 2015, Richard Mitchell wrote: > >> ps: what are the odds someone has already solved this? > http://www.vim.org/scripts/script.php?script_id=4146 > http://www.vim.org/scripts/script.php?script_id=3955 Thanks! Exactly what I was l

Re: search for a list of words

2015-05-08 Thread Christian Brabandt
Hi Richard! On Fr, 08 Mai 2015, Richard Mitchell wrote: > ps: what are the odds someone has already solved this? http://www.vim.org/scripts/script.php?script_id=4146 http://www.vim.org/scripts/script.php?script_id=3955 Best, Christian -- Ich bin selbst gegenüber allen bekannten Religionen Dissi

Re: search for a list of words

2015-05-08 Thread Richard Mitchell
On Friday, May 8, 2015 at 9:28:49 AM UTC-4, Tim Chase wrote: > On 2015-05-08 15:17, Fetchinson . wrote: > > Is it possible to search for a list of words? > > I mean if I have a text I'd like to search for > > either 'foo' or 'bar' and when the matches > > are highlighted, I'd like to be able to jum

Re: search for a list of words

2015-05-08 Thread Tim Chase
On 2015-05-08 15:17, Fetchinson . wrote: > Is it possible to search for a list of words? > I mean if I have a text I'd like to search for > either 'foo' or 'bar' and when the matches > are highlighted, I'd like to be able to jump > between the matches (which include both > words 'foo' and 'bar').

search for a list of words

2015-05-08 Thread Fetchinson .
Is it possible to search for a list of words? I mean if I have a text I'd like to search for either 'foo' or 'bar' and when the matches are highlighted, I'd like to be able to jump between the matches (which include both words 'foo' and 'bar'). -- Psss, psss, put it down! - http://www.cafepress.

Re: Color at the crossing of status lines and vertical split - attached files (1/1)

2015-05-08 Thread Nicola
On 2015-05-07 22:12:23 +, Nikolay Pavlov said: I just have to figure out why, when I define StatusLine and StatusLineNC with my custom status line (whose definition is a bit more complicated than the above), a string of ^^^ starts to appear in the status lines. Check out :h 'fillchars', sp

Re: indentation failure on java for loop

2015-05-08 Thread h_east
Hi Sean, 2015/5/8(Fri) 14:43:47 UTC+9 Sean Wolfe: > I'm getting indentation problems in Java and Scala where a closing brace > after an else clause doesn't indent backwards. Example is below. > > You can see the final closing brace has not been unindented properly. This > continues even if I d