Re: Set different highlighting for Search versus current quickfix error

2013-09-05 Thread Tony Mechelynck
On 05/09/13 17:42, Charles Campbell wrote: Tony Mechelynck wrote: On 05/09/13 01:12, Paul wrote: On Wednesday, September 4, 2013 6:44:24 PM UTC-4, Tony Mechelynck wrote: On 04/09/13 23:51, Paul wrote: The GUI highlighting for the current quickfix item seems to be the same as whatever I set th

Re: Is where any way to change dot (insert) register?

2013-09-05 Thread Ben Fritz
On Thursday, September 5, 2013 2:16:51 PM UTC-5, Anton Bobrov wrote: > Latest vim has no working autoclose brackets plugin — "repeat" command > inserts garbage. > > > > Ability to mangle dot register will be a total save! Or simply a way to move the cursor in insert mode without breaking undo

Re: Unix vim running dos files

2013-09-05 Thread Linda W
Tony Mechelynck wrote: On 28/08/13 18:27, Philip Piper wrote: Is it standard behavior that vim on my debian install can not run DOS plugins that I download without me converting said plugins to unix fileformat? The screenshot is after trying open vim after install Unite through pathogen.

Is where any way to change dot (insert) register?

2013-09-05 Thread Anton Bobrov
Latest vim has no working autoclose brackets plugin — "repeat" command inserts garbage. Ability to mangle dot register will be a total save! -- -- 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, v

Fwd: vim: ex cmd with pipe

2013-09-05 Thread Ping
Sent to wrong place.. Resent > I'm using Conqterm plugin for a long time in a daily basis and basically like > it. > > one of it's cmd is : > > :Conqterm SOME SHELL CMD > > like: > > :Conqterm bash > :Conqterm ls -l > > now I need to tail a file: > > :Conqterm tail -f /var/log/syslog > > a

Re: Set different highlighting for Search versus current quickfix error

2013-09-05 Thread Charles Campbell
Tony Mechelynck wrote: On 05/09/13 01:12, Paul wrote: On Wednesday, September 4, 2013 6:44:24 PM UTC-4, Tony Mechelynck wrote: On 04/09/13 23:51, Paul wrote: The GUI highlighting for the current quickfix item seems to be the same as whatever I set the Search group to. Is there a way to have a

Re: Set different highlighting for Search versus current quickfix error

2013-09-05 Thread Paul
On Thursday, September 5, 2013 1:37:12 AM UTC-4, Benjamin R. Haskell wrote: > In case you are (or anyone else is) interested in changing the source, > the hard-coding happens at line 2007 of src/quickfix.c¹: Thanks, Ben. Maybe one day. It's been 10 (or more) years since I coded in C++, so it w