Re: Multiple search highlights?

2007-06-04 Thread Greg Dunn
What I need is to be able to search for something else (which I believe I could do by searching using a regex), but I would like that second thing to be in another color a la Google's search results (at least in dejanews). What I need, eventually, is an angry fruit salad of colors for all the

Re: gvim hangs when _vimrc loaded and with syntax on

2007-03-14 Thread Greg Dunn
The symptoms are that when I load _vimrc into a buffer, and _vimrc contains syntax on Does this thread help: http://tech.groups.yahoo.com/group/vim/message/76286 Essentially, vim is finding an incompatible tcl84.dll in your path (probably from cygwin, if you have that installed). Assuming

Re: Feature suggestion

2007-01-25 Thread Greg Dunn
On 1/25/07, Brian McKee [EMAIL PROTECTED] wrote: Control-A to increment numbers is really handy sometimes. How about adding logical opposites? i.e. control-a while the cursor is over the word TRUE would make it flip to FALSE, on to off, yes to no and vice versa - case preserving of course.

Re: GVIM 7-0-178 seizing up

2006-12-19 Thread Greg Dunn
On 12/19/06, zzapper [EMAIL PROTECTED] wrote: Hi http://downloads.sourceforge.net/cream/gvim-7-0-178.exe?modtime=1165578469 big_mirror=0 Downloaded above by following links from vim.org It works fine with most files but cannot edit .vimrc (unless I rename .vimrc to say fred) it shows the menu

Re: Gvim closing unexpectedly

2006-10-05 Thread Greg Dunn
On 10/4/06, Steve Hall [EMAIL PROTECTED] wrote: [cross-posting to connect threads] On Thu, 2006-10-05 at 10:04 +1000, Robbie Gates wrote: Hi All, i was having problems with gvim hanging when i tried to edit my vimrc. After a bit of sleuthing, i tracked it down to has(tcl) hanging

Gvim closing unexpectedly

2006-10-04 Thread Greg Dunn
I recently grabbed an updated gvim binary (7.0 with patches 1-110) from the cream sf site and now gvim closes without warning whenever I try to open a .vim script. It seems to have something to do with syntax highlighting: $ gvim -u NONE -U NONE :filetype on :e foo.vim :redir vim.txt :se

Re: :helpgrep and 'ignorecase'

2006-09-22 Thread Greg Dunn
On 9/22/06, Yakov Lerner [EMAIL PROTECTED] wrote: Am I, like, alone in the Universe to use/have 'set ignorecase' by default ? Yakov I'm an ignorecaser too. It gets in the way a bit with C omni-completion, though. Is there an easy way (i.e. an option... I don't want to muck with the

Re: Making Autocmd matches buffer's first line

2006-09-20 Thread Greg Dunn
On 9/20/06, Yakov Lerner [EMAIL PROTECTED] wrote: On 9/20/06, Yakov Lerner [EMAIL PROTECTED] wrote: On 9/20/06, Fabien Meghazi [EMAIL PROTECTED] wrote: Hi all, I have a lot of python files without the .py extensions as I'm using them as commands, those files are scripts in my ~/bin with

Re: glued Cursor trick anyone ?

2006-09-20 Thread Greg Dunn
On 9/19/06, Meino Christian Cramer [EMAIL PROTECTED] wrote: Hi, I would like to accomplish three tricks: 1.) Suppose you have a source code and have started an new search task recently. With n you are jumping from match to match. Sometimes the next match is right on the last line

Re: locked indents like emacs

2006-08-24 Thread Greg Dunn
Hi is there a way to make indentation in Vim lock like in emacs so that if I press tab in the beginning of a line, then it indents the line to the correct place. Pressing tab multiple times does not change the indentation any further - it is locked. How about :nmap tab == This will allow