Re: Website Sign-up

2006-07-19 Thread Vigil
lol. When's your next show? :) On Tue, 18 Jul 2006, @ Rocteur CC wrote: Perhaps out of respect for the people and the skill of the people who are knowledgeable enough and have the skills to contribute material to the site that benefit the rest of us so much. The site that people who ask

Re: search history - more questions

2006-07-19 Thread Jürgen Krämer
Hi, SHANKAR R-R66203 wrote: I found out that :his / Gives the listing of the search history. In a particular file, I tried using :his / # search history 4 \wallace_tree_4_w4\ 5 ^I 6 crg_arm 7 8 ipss 10 # 11 perl

Re: Can bold fonts be disabled ?

2006-07-19 Thread Pádraig Brady
Groleo Marius wrote: Hi I use a bold font in guifont, but if the colorscheme uses gui=BOLD, then vim will try to thicken the font even more, turning it into unreadable. I tried s/gui=BOLD/gui=NONE/g but the effect seems to persist. I'm asking if there is a way to tell vim what font to

OPen a dialog box

2006-07-19 Thread SHANKAR R-R66203
Hi I have want to display a message (which I have in a variable), in a popup-dialog box. Is it possible to do in VIM. I have seen that in ccase.vim In this plugin, in order to enter comments, a dialog box appears and then we have to type in the check in comments into it. I want to do almost

Re: OPen a dialog box

2006-07-19 Thread Jürgen Krämer
Hi, SHANKAR R-R66203 wrote: I have want to display a message (which I have in a variable), in a popup-dialog box. Is it possible to do in VIM. I have seen that in ccase.vim In this plugin, in order to enter comments, a dialog box appears and then we have to type in the check in

Re: Can bold fonts be disabled ?

2006-07-19 Thread Groleo Marius
On 7/19/06, Pádraig Brady [EMAIL PROTECTED] wrote: Groleo Marius wrote: Hi I use a bold font in guifont, but if the colorscheme uses gui=BOLD, then vim will try to thicken the font even more, turning it into unreadable. I tried s/gui=BOLD/gui=NONE/g but the effect seems to persist. I'm

Scrolling relative to cursor

2006-07-19 Thread J.Hofmann
Hi, Given are two loaded buffers. When I switch beween them by :bn/:bp or :n#, the window is redrawn similar to z. z. Redraw, line [count] at center of window (default cursor line). Put cursor at first non-blank in the line.

Re: Scrolling relative to cursor

2006-07-19 Thread Yakov Lerner
On 7/19/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Given are two loaded buffers. When I switch beween them by :bn/:bp or :n#, the window is redrawn similar to z. ... Can I change or workaround this behavior not to do this but to keep the buffer view the same? You need vim7 for

Re: Using :g to delete patterns that span multiple lines

2006-07-19 Thread Charles E Campbell Jr
Noah Spurrier wrote: I used this pattern to select sections of test that belong to me when CVS or SVN generates a merge conflict. This pattern works fine: /^\_.\{-}===.*$/ I have search highlighting turned on and I can see the multiline patterns get highlighted as expected. ...snip

Re: search history - more questions

2006-07-19 Thread A.J.Mechelynck
SHANKAR R-R66203 wrote: I found out that :his / Gives the listing of the search history. [...] I do not understand why the numbers are not consecutive. How the search history can be deleted ?? [...] Searching again for the same (identical) pattern moves it to the front, so to speak; no

Re: R: matchit doesn't work for php

2006-07-19 Thread Benji Fisher
On Fri, Jul 14, 2006 at 04:16:44AM +0200, Cesar Romani wrote: Thanks a lot, it works but I also notice that else if is not part of the matching, although else if is a valid expression in php: It matches if, else, elseif but it doesn't match if, else, else if How can I include else if in the

Re: Patch for vimtips.vim

2006-07-19 Thread Benji Fisher
On Sat, Jul 15, 2006 at 06:28:27PM -0500, Bill McCarthy wrote: Hello Vim List, Two fairly minor problems with the current script are (1) it is assumed that users do not set report=0 and (2) providers of tips keep their line lengths = 80 characters. The first assumption may be true for

Re: Website Sign-up

2006-07-19 Thread Robert Hicks
From the Site Help link: http://vim.sourceforge.net/huh.php In order to upload scripts you must have an account with vim online. This is so there can be defined contact people for scripts to avoid confusion. User passwords are stored using one-way encryption. It took me about 30 seconds to

Re: delete buffers matching pattern

2006-07-19 Thread Benji Fisher
On Mon, Jul 17, 2006 at 10:59:41AM -0500, Tim Chase wrote: Is there a way to delete all buffers matching a certain pattern? For example, suppose I just read in all files in a directory and this is my buffer list: 1 a.txt 2 b.txt 3 1.exe 4 2.exe 5 c.txt 6 3.exe 7 d.txt I want to do

Re: test if insert mode

2006-07-19 Thread Benji Fisher
On Tue, Jul 18, 2006 at 11:49:52AM +0200, Eric Smith wrote: How do I implement a conditional to test if in insert or normal mode? Thanks If I am doing anything at all complicated, I use a function: :map F4 :call Foo()CR If I want to do something slightly different depending on the

Re: posting to vim

2006-07-19 Thread Benji Fisher
On Tue, Jul 18, 2006 at 03:30:19PM -0400, Charles E Campbell Jr wrote: As I understand things, vim.sf.net is minimally maintained. Some folks have had problems in getting off the mailing list, for example, and there's essentially no administrator willing to take the time to do that. My

Re: delete buffers matching pattern

2006-07-19 Thread Tim Chase
:bufdo if bufname(%)=~?'.exe$' | bdel | endif I think you want to escape the dot: :bufdo if bufname(%) =~? '\.exe$' | bdel | endif Oh, so correct. My error. It's one of those subtle things that works just fine until it bites you in the bum when one has file

edit-with-vim context menu item disappeared with vim7 upgrade

2006-07-19 Thread Michael Sorens
I just upgraded from vim 6.2 to vim 7.0 on WinXP Home. My context menu item to edit with vim is no longer present. Should I try to re-install or is there a better way to fix this?

Re: edit-with-vim context menu item disappeared with vim7 upgrade

2006-07-19 Thread A.J.Mechelynck
Michael Sorens wrote: I just upgraded from vim 6.2 to vim 7.0 on WinXP Home. My context menu item to edit with vim is no longer present. Should I try to re-install or is there a better way to fix this? Try running the install program which ought to be in your $VIMRUNTIME directory

Re: A card game for Vim

2006-07-19 Thread Mikolaj Machowski
Dnia środa, 19 lipca 2006 04:54, Hari Krishna Dara napisał: First of all, thanks a lot for trying it, you are the only who showed enthusism until now :) Most people probably pretend they are above small game of solitaire ;) On Wed, 19 Jul 2006 at 12:02am, Mikolaj Machowski wrote: Dnia

Re: Firefox and VIM?

2006-07-19 Thread Xavier de Gaye
I am using the firefox extension Editus Externus by Philip Nilsson. This is a great tool. Download it from firefox using Tools:Extensions:Get more extensions at https://addons.mozilla.org/firefox/1195/ and don't forget to set '--nofork' as Argument in the Preferences. --- Andreas Poisel [EMAIL

Sharing vimproject file between WinXP and cygwin

2006-07-19 Thread Jean-Rene David
I've been using the Project plugin for many years now and I like it a lot. However one problem keeps bugging me. I would like to share my ~/.vimprojects file between my cygwin and windows version of vim. The problem is the paths for the project. When I enter a posix path, the windows version

Re: Sharing vimproject file between WinXP and cygwin

2006-07-19 Thread A.J.Mechelynck
Jean-Rene David wrote: I've been using the Project plugin for many years now and I like it a lot. However one problem keeps bugging me. I would like to share my ~/.vimprojects file between my cygwin and windows version of vim. The problem is the paths for the project. When I enter a posix

[Fwd: Re: Sharing vimproject file between WinXP and cygwin]

2006-07-19 Thread Tom Purl
Whoops, forgot to cc the list. Original Message Subject: Re: Sharing vimproject file between WinXP and cygwin From:Tom Purl [EMAIL PROTECTED] Date:Wed, July 19, 2006 3:03 pm To: Jean-Rene David [EMAIL PROTECTED]

Re: Generic xml omnicomplete

2006-07-19 Thread Mikolaj Machowski
Dnia wtorek, 18 lipca 2006 19:39, A.J.Mechelynck napisał: IMHO, inoremapping / to /C-XC-O might be included as a vim-online tip but definitely not as part of the standard XML/HTML filetype plugins. This is NOT part of xmlcomplete.vim . Just standard response for autoclosing questions. m.

Re: Generic xml omnicomplete

2006-07-19 Thread A.J.Mechelynck
Mikolaj Machowski wrote: Dnia wtorek, 18 lipca 2006 19:39, A.J.Mechelynck napisał: IMHO, inoremapping / to /C-XC-O might be included as a vim-online tip but definitely not as part of the standard XML/HTML filetype plugins. This is NOT part of xmlcomplete.vim . Just standard response for

Re: Awareness of python import semantics for [i, etc.?

2006-07-19 Thread John Reese
On 7/13/06, Gary Johnson [EMAIL PROTECTED] wrote: A lot of this is already incorporated into the $VIMRUNTIME/ftplugin/python.vim plugin. For example, gf works fine with Python import statements. Actually, that's my point. gf does _not_ work for Python imports that have a from clause. The

R: R: matchit doesn't work for php

2006-07-19 Thread Cesar Romani
-Messaggio originale- Da: Benji Fisher [mailto:[EMAIL PROTECTED] Inviato: mercoledì 19 luglio 2006 15.17 A: vim Oggetto: Re: R: matchit doesn't work for php On Fri, Jul 14, 2006 at 04:16:44AM +0200, Cesar Romani wrote: Thanks a lot, it works but I also notice that else if is

Re: Awareness of python import semantics for [i, etc.?

2006-07-19 Thread Gary Johnson
On 2006-07-19, John Reese [EMAIL PROTECTED] wrote: On 7/13/06, Gary Johnson [EMAIL PROTECTED] wrote: A lot of this is already incorporated into the $VIMRUNTIME/ftplugin/python.vim plugin. For example, gf works fine with Python import statements. Actually, that's my point. gf does _not_

iconstring (addendum)

2006-07-19 Thread Jason Weber
I can not get iconstring to work. The WM_ICON_NAME is always the same as WM_NAME. % vim -g --version VIM - Vi IMproved 7.0 (2006 May 7, compiled May 8 2006 13:24:06) Compiled by [EMAIL PROTECTED] Normal version with GTK GUI. Features included (+) or not (-): -arabic +autocmd

:edit {file} question

2006-07-19 Thread malahal
What is the easiest way to edit a file that is in the same directory as the current file? E.g. I open a file like this: vim /x/y/z/w/file1.c and want to now open /x/y/z/w/file2.c? Occasionally want to open files in the parent directory of current file's directory. It would be nice if there is a

Re: :edit {file} question

2006-07-19 Thread A.J.Mechelynck
[EMAIL PROTECTED] wrote: What is the easiest way to edit a file that is in the same directory as the current file? E.g. I open a file like this: vim /x/y/z/w/file1.c and want to now open /x/y/z/w/file2.c? Occasionally want to open files in the parent directory of current file's directory. It

Re: :edit {file} question

2006-07-19 Thread John Orr
On Thursday 20 July 2006 11:10, [EMAIL PROTECTED] wrote: What is the easiest way to edit a file that is in the same directory as the current file? E.g. I open a file like this: vim /x/y/z/w/file1.c and want to now open /x/y/z/w/file2.c? Occasionally want to open files in the parent directory

Re: :edit {file} question

2006-07-19 Thread Peter Hodge
Hi Malahal, You can use ':S' to open a new File Explorer window or ':E' to open file explorer in the current window. regards, Peter --- [EMAIL PROTECTED] wrote: What is the easiest way to edit a file that is in the same directory as the current file? E.g. I open a file like this: vim

Re: :edit {file} question

2006-07-19 Thread panshizhu
[EMAIL PROTECTED] wrote on 2006.07.20 09:10:43: What is the easiest way to edit a file that is in the same directory as the current file? E.g. I open a file like this: vim /x/y/z/w/file1.c and want to now open /x/y/z/w/file2.c? Occasionally want to open files in the parent directory of

Miss the file explorer in Vim 6.4

2006-07-19 Thread panshizhu
Hello, The vim 7.0 does not come with the file explorer, instead with the netrw plugin. However, I dislike it. My favorate is the file explore standard plugin. I disabled the netrw plugin, I found the file explorer in the Vim 6.4 and copied it into Vim 7.0 but it doesn't work. When I use

RE: Gvim for KDE

2006-07-19 Thread Vince Negri
A.J.Mechelynck wrote: My distribution of SuSE 9.3 came with a program named kvim which is a version of gvim 6.2.14, modified for kde (and, IIUC, Qt) (but --version says compiled by [EMAIL PROTECTED] and no modified-by line). (The console Vim that came with it was a 6.3.58.). Good luck to

Re: Gvim for KDE

2006-07-19 Thread Matt Sicker
On Wednesday 19 July 2006 03:01, Vince Negri wrote: A.J.Mechelynck wrote: My distribution of SuSE 9.3 came with a program named kvim which is a version of gvim 6.2.14, modified for kde (and, IIUC, Qt) (but --version says compiled by [EMAIL PROTECTED] and no modified-by line). (The console

VIM7 on Tandem OSS

2006-07-19 Thread mwoehlke
Well, that was exciting... I recently tried to build vim 7 on OSS (Tandem / HP Nonstop S-Series). I finally got it to work by diff'ing the ITUG Floss sources (link below) against vim-6.1 and applying the diffs to vim-7.0 (and by first building/installing ncurses-5.5). I would like to submit my

Re: VIM7 on Tandem OSS

2006-07-19 Thread mwoehlke
A.J.Mechelynck wrote: mwoehlke wrote: Well, that was exciting... I recently tried to build vim 7 on OSS (Tandem / HP Nonstop S-Series). I finally got it to work by diff'ing the ITUG Floss sources (link below) against vim-6.1 and applying the diffs to vim-7.0 (and by first building/installing

Re: VIM7 on Tandem OSS

2006-07-19 Thread A.J.Mechelynck
mwoehlke wrote: A.J.Mechelynck wrote: mwoehlke wrote: Well, that was exciting... I recently tried to build vim 7 on OSS (Tandem / HP Nonstop S-Series). I finally got it to work by diff'ing the ITUG Floss sources (link below) against vim-6.1 and applying the diffs to vim-7.0 (and by first

Re: Gvim for KDE

2006-07-19 Thread Mikolaj Machowski
Dnia środa, 19 lipca 2006 10:01, Vince Negri napisał: I recall that the merging of kvim patches into the Vim tree went further than that - the KDE gui is mentioned in the help files. I even seem to remember that at one point the gui_kde files appeared in CVS, It was working. I have compiled