Re: gVim open files faster than Vim

2011-10-06 Thread Juan Antonio Martín Lucas
Thank you, Jeroen In my case it went wrong with PHP, Java and others files... but it was exactly the same problem!! I removed css-color plugin and now it works perfectly!!! I tried a litle colorizer plugin and it has all I need. Juan 2011/10/6 Jeroen Budts jer...@lightyear.be: On 10/06/2011

screen redraw failure

2011-10-06 Thread Sashan Govender
Hi I have a problem with gvim where the screen redraw partially fails. It's hard to explain but when I open a text file and page down or up the entire text file is not redraw properly. I have to move the cursor first before it redraws. I've got a screencapture here of it since it demonstrates the

RE: Vim 7.2 on CentOS 6 - set ruler has no effect

2011-10-06 Thread Ismail, Mohd F.
From: Tony Mechelynck [antoine.mechely...@gmail.com] Sent: Monday, October 03, 2011 6:52 PM To: Ismail, Mohd F. Cc: vim_use@googlegroups.com Subject: Re: Vim 7.2 on CentOS 6 - set ruler has no effect On 03/10/11 06:15, Ismail, Mohd F. wrote: [...] When

Taglist on CentOS

2011-10-06 Thread Dotan Cohen
I have copyed the taglist.vim file to both /root/.vim and to /root/.vim/plugins but when I try to start Vim with the +TlistOpen option I get the message E492: Not an editor command: TlistOpen My runtime path seems to include ~/.vim (yes, I'm running as root):

Re: what's a conversion error and how do I correct it?

2011-10-06 Thread eNG1Ne
Thanks! just the information I needed. Now to try and remember it ... -- View this message in context: http://vim.1045645.n5.nabble.com/what-s-a-conversion-error-and-how-do-I-correct-it-tp4416508p4875850.html Sent from the Vim - General mailing list archive at Nabble.com. -- You received this

Re: Vim 7.2 on CentOS 6 - set ruler has no effect

2011-10-06 Thread Christian Brabandt
Hi Ismail,! On Do, 06 Okt 2011, Ismail, Mohd F. wrote: Here it is. I'll compile my own version then. Is there a guide on what's best option to include? [...] Huge version without GUI. Features included (+) or not (-): +arabic +autocmd -balloon_eval -browse ++builtin_terms

Re: How to conceal entire line including newline?

2011-10-06 Thread Christian Brabandt
Hi AK! On Mi, 05 Okt 2011, AK wrote: On 10/05/2011 05:37 PM, Christian Brabandt wrote: Hi AK! On Mi, 05 Okt 2011, AK wrote: I would be willing to spend a few hours on this, but if it's going to be harder than that, I'll just use folding and syntax highlight to make folds invisible. I

Re: vim (in terminal) fails to redraw after window resizing

2011-10-06 Thread Taylor Hedberg
I've noticed the same problem recently. I had intended to go through the Mercurial repo and bisect it down to the specific patch caused the regression, but I haven't had time to do so. I think the basic underlying problem is that Vim is not properly responding to SIGWINCH, which is the POSIX

Re: vim (in terminal) fails to redraw after window resizing

2011-10-06 Thread Taylor Hedberg
Taylor Hedberg, Thu 2011-10-06 @ 14:59:24-0400: I think the basic underlying problem is that Vim is not properly responding to SIGWINCH, which is the POSIX signal sent to X clients when their window changes size. Actually, I should have said that SIGWINCH is sent to terminal applications when

Re: vim (in terminal) fails to redraw after window resizing

2011-10-06 Thread Bram Moolenaar
Bill Sun wrote: I updated my Vim (from 1-250 to 1-333), after that update, Vim fails to redraw the window (if the window is enlarged, Vim won't fill the gap, which was filled by Vim automatically in the older version) instantly when I resize the window. So I have to put my cursor on Vim

Re: vim (in terminal) fails to redraw after window resizing

2011-10-06 Thread Taylor Hedberg
Bram Moolenaar, Thu 2011-10-06 @ 23:21:29+0200: I have noticed this too. Haven't been able to guess what causes it. If someone can find out if a specific patch has introduced this it would help a lot. It might also depend on the xterm version (although I don't think I updated it recently).

Default CTRL-PageUp and CTRL-PageDown don't work!

2011-10-06 Thread Roger
I've noticed for some time, CTRL-PageUp and CTRL-PageDown doesn't work for cycling through the tabline tabs. I've had to not only remap the URXVT mapping, but also the Virtual Terminal as well to get this feature working properly. $HOME/.vimrc These following maps should be already

Re: vim (in terminal) fails to redraw after window resizing

2011-10-06 Thread Peter Hofmann
Hi, same over here. To me, it looks like this was introduced with patch 295. I'm on Arch, too, also using XTerm and Awesome -- but it's the same with Openbox. Let me add that sometimes the window refreshes properly if you wait a few seconds. Cheers! Peter -- You received this message from the

Re: vim (in terminal) fails to redraw after window resizing

2011-10-06 Thread Peter Hofmann
Hi, On Thu, Oct 06, 2011 at 11:21:29PM +0200, Bram Moolenaar wrote: If someone can find out if a specific patch has introduced this it would help a lot. to me, it looks like this was introduced with patch 295. I use the same software as Bill does, that is Arch Linux, XTerm, Awesome (same

Re: screen redraw failure

2011-10-06 Thread Sashan Govender
Attached the version information: On Thu, Oct 6, 2011 at 10:58 PM, Sashan Govender sash...@gmail.com wrote: Hi I have a problem with gvim where the screen redraw partially fails. It's hard to explain but when I open a text file and page down or up the entire text file is not redraw properly.

Re: Highlighting for tabline for Tabbed Windows feature

2011-10-06 Thread Tony Mechelynck
On 06/10/11 21:52, Roger wrote: The following scenarios are what I get here for a tabline for Tabbed Windows. There seems to be inconsistencies for tabline color scheme or theme for my scenarios, and am wondering how best to fix, or in the case of URXVT default and my settings, what is hindering

Re: Taglist on CentOS

2011-10-06 Thread Ben Fritz
On Oct 6, 12:46 pm, Dotan Cohen dotanco...@gmail.com wrote: I have copyed the taglist.vim file to both /root/.vim and to /root/.vim/plugins but when I try to start Vim with the +TlistOpen option I get the message E492: Not an editor command: TlistOpen My runtime path seems to include ~/.vim

Re: vim (in terminal) fails to redraw after window resizing

2011-10-06 Thread Taylor Hedberg
(Adding vim_dev to recipients...) Bram Moolenaar, Thu 2011-10-06 @ 23:21:29+0200: Bill Sun wrote: I updated my Vim (from 1-250 to 1-333), after that update, Vim fails to redraw the window (if the window is enlarged, Vim won't fill the gap, which was filled by Vim automatically in the

Re: Netrw and filtering

2011-10-06 Thread Ben Fritz
On Oct 6, 10:20 pm, Ben Fritz fritzophre...@gmail.com wrote: I saw :help netrw-star and read that text to understand that netrw can filter for files matching a pattern in a given directory. But I cannot get it to work. I tried: :Explore ~/vimfiles/*.vim (nothing happens; no netrw

Re: Default CTRL-PageUp and CTRL-PageDown don't work!

2011-10-06 Thread Roger
On Thu, Oct 06, 2011 at 12:07:35PM -0800, Roger wrote: Again, on virtual terminal using GNU Screen map [5~ :tabnCRC-PageUp map [6~ :tabpCRC-PageDown A slight correction, the tilde suffix maps above are for normal PageUp/PageDown keys. (No CTRL/ALT key

Define Key for: Select paragraph, join lines, autowrap margins

2011-10-06 Thread Roger
Here's something I've been looking for how to do for a long time now. Select a paragraph with uneven line counts past right margin, and re-justify the text in respect to margins. map F9 vipJQQCR Puts in 'v' visual mode, 'ip' selects the (inner) paragraph under the cursor, 'J' joins all the

Re: How to conceal entire line including newline?

2011-10-06 Thread sal migondis
Well, here's an example: # comment code # comment # second line code # comment code I want to have: code code code Folding cannot do that because it does not conceal, it only folds. I never remove comments (or doc strings) when reviewing code, but I occasionally have the same

Re: Highlighting for tabline for Tabbed Windows feature

2011-10-06 Thread Roger
On Fri, Oct 07, 2011 at 01:54:41AM +0200, Tony Mechelynck wrote: On 06/10/11 21:52, Roger wrote: The following scenarios are what I get here for a tabline for Tabbed Windows. There seems to be inconsistencies for tabline color scheme or theme for my scenarios, and am wondering how best to fix,

Re: Define Key for: Select paragraph, join lines, autowrap margins

2011-10-06 Thread Roger
On Thu, Oct 06, 2011 at 07:36:45PM -0800, Roger wrote: Here's something I've been looking for how to do for a long time now. Select a paragraph with uneven line counts past right margin, and re-justify the text in respect to margins. map F9 vipJQQCR Puts in 'v' visual mode, 'ip' selects the