Bug in netrw.vim

2006-10-06 Thread Victor Hsieh
Hi, With vim 7.0 and netrw.vim version 98, I've encountered a problem when trying to vim http://somewhere/file.txt;. This patch will fix the problem: --- netrw.vim 2006-10-06 13:53:03.567758750 +0800 +++ netrw.vim.orig 2006-10-06 13:47:02.757209500 +0800 @@ -753,7 +753,7

Re: BUG: syntax region overlaps keyword *sometimes*

2006-10-06 Thread Ilya Bobir
Peter Hodge wrote: Thanks for your help, I had another look and found out you need another syntax command to reproduce it properly. Here is the revised bug report Start vim using vim -u NONE insert the following test code (note that the 4th line must be indented). array($foo) is_array

Re: Vim 7.0 (1-109 patches) completion bug.

2006-10-06 Thread Bill McCarthy
On Fri 6-Oct-06 12:25am -0600, Igor Prischepoff wrote: Well, i still don't understand vim logic behind that process. Let's see more realistic example. gvim -U NONE -u NONE Only last time, although I don't think it matters in this example, you are working in 'cp'

Re: vim -u NONE

2006-10-06 Thread Bill McCarthy
On Fri 6-Oct-06 12:15am -0600, Gary Johnson wrote: I also found this under :help gui-init: To skip loading the system menu include 'M' in 'guioptions'. So to avoid loading _anything_, at the expense of not having any menus, one could start gvim as gvim -N -u NONE -i NONE --cmd

Re: [macvim] modifiers should be applied to special keys too (patch)

2006-10-06 Thread Nicolas Weber
Hi, Here is one key that doesn't work for me: Shift-Tab. Most notably when doing command line completion, where Tab gets the next match and Shift-Tab goes to the previous match. This is fixed in the attached patch. Another key that's still not working is Shift-Space (or Meta-Space).

Re: vim -u NONE

2006-10-06 Thread A.J.Mechelynck
Peter Hodge wrote: [...] I wouldn't think the -i option is necessary, because 'viminfo' is empty by default anyway. [...] The 'viminfo' option is not empty by default, except in 'compatible' mode (see :help 'viminfo'): 'compatible' default: viminfo= MS-DOS, Windows, OS/2

Re: [macvim] modifiers should be applied to special keys too (patch)

2006-10-06 Thread A.J.Mechelynck
Nicolas Weber wrote: Hi, Here is one key that doesn't work for me: Shift-Tab. Most notably when doing command line completion, where Tab gets the next match and Shift-Tab goes to the previous match. This is fixed in the attached patch. Another key that's still not working is Shift-Space

Re: Bug in netrw.vim

2006-10-06 Thread Charles E Campbell Jr
Victor Hsieh wrote: With vim 7.0 and netrw.vim version 98, I've encountered a problem when trying to vim http://somewhere/file.txt;. This patch will fix the problem: By the way, netrw is up to version 107a on my website. If you have a problem with netrw, its always best to get the latest

Re: vim -u NONE

2006-10-06 Thread Yakov Lerner
On 10/6/06, Bill McCarthy [EMAIL PROTECTED] wrote: On Thu 5-Oct-06 8:54pm -0600, Gary Johnson wrote: gvim -u NONE -i NONE -N Setting -u NONE -i NONE -N is all that's needed. See :help -u. I never noticed that 'vim -u NONE' ever read the .viminfo ? For example, if I set 'set nocp' in

Re: vim -u NONE

2006-10-06 Thread Yakov Lerner
On 10/6/06, A.J.Mechelynck [EMAIL PROTECTED] wrote: Peter Hodge wrote: [...] I wouldn't think the -i option is necessary, because 'viminfo' is empty by default anyway. [...] The 'viminfo' option is not empty by default, except in 'compatible' mode (see -u option forces 'compatible' on.

Re: Bug in netrw.vim

2006-10-06 Thread Charles E Campbell Jr
Victor Hsieh wrote: On 10/6/06, Charles E Campbell Jr [EMAIL PROTECTED] wrote: Victor Hsieh wrote: With vim 7.0 and netrw.vim version 98, I've encountered a problem when trying to vim http://somewhere/file.txt;. This patch will fix the problem: This would silently let users overwrite

Re: vim -u NONE

2006-10-06 Thread A.J.Mechelynck
Yakov Lerner wrote: On 10/6/06, A.J.Mechelynck [EMAIL PROTECTED] wrote: Peter Hodge wrote: [...] I wouldn't think the -i option is necessary, because 'viminfo' is empty by default anyway. [...] The 'viminfo' option is not empty by default, except in 'compatible' mode (see -u option

Re: Fwd: Do Not Reply To This Message:Re: Time to remove naming restrictions?

2006-10-06 Thread Ali Akcaagac
Hello, I received feedback from them today and they said that they recently had a lot of issues with bouncing back and that they finally solved this issue. We therefore should not receive anything from them anymore. greetings, Ali Akcaagac On Tue, 2006-10-03 at 12:13 +0200, A.J.Mechelynck

Re: Bug in netrw.vim

2006-10-06 Thread A.J.Mechelynck
Victor Hsieh wrote: On 10/6/06, Charles E Campbell Jr [EMAIL PROTECTED] wrote: Victor Hsieh wrote: With vim 7.0 and netrw.vim version 98, I've encountered a problem when trying to vim http://somewhere/file.txt;. This patch will fix the problem: This would silently let users overwrite their

Re: Bug in netrw.vim

2006-10-06 Thread A.J.Mechelynck
Charles E Campbell Jr wrote: Victor Hsieh wrote: [...] I know. But I just want to read the html code or so with my favoriate editor ;) I used to do it with vim6. Actually in most case, connecting to ftp://somewhere (when open http://somewhere) is not gonna work. Not if you don't have the

Re: Fwd: Do Not Reply To This Message:Re: Time to remove naming restrictions?

2006-10-06 Thread A.J.Mechelynck
Ali Akcaagac wrote: Hello, I received feedback from them today and they said that they recently had a lot of issues with bouncing back and that they finally solved this issue. We therefore should not receive anything from them anymore. greetings, Ali Akcaagac We'll see -- or rather

Re: Bug in netrw.vim

2006-10-06 Thread mwoehlke
A.J.Mechelynck wrote: Charles E Campbell Jr wrote: Victor Hsieh wrote: [...] I know. But I just want to read the html code or so with my favoriate editor ;) I used to do it with vim6. Actually in most case, connecting to ftp://somewhere (when open http://somewhere) is not gonna work. Not

Re: vim -u NONE

2006-10-06 Thread Bill McCarthy
On Fri 6-Oct-06 12:38pm -0600, Yakov Lerner wrote: On 10/6/06, Bill McCarthy [EMAIL PROTECTED] wrote: On Thu 5-Oct-06 8:54pm -0600, Gary Johnson wrote: gvim -u NONE -i NONE -N Setting -u NONE -i NONE -N is all that's needed. See :help -u. I never noticed that 'vim -u NONE' ever read

Patch 7.0.119

2006-10-06 Thread Bram Moolenaar
Patch 7.0.119 Problem:When going back from Insert to Normal mode the CursorHold event doesn't trigger. (Yakov Lerner) Solution: Reset did_cursorhold when leaving Insert mode. Files: src/edit.c *** ../vim-7.0.118/src/edit.c Tue Oct 3 15:49:20 2006 --- src/edit.c Thu

Patch 7.0.120

2006-10-06 Thread Bram Moolenaar
Patch 7.0.120 Problem:Crash when using CTRL-R = at the command line and entering getreg('='). (James Vega) Solution: Avoid recursiveness of evaluating the = register. Files: src/ops.c *** ../vim-7.0.119/src/ops.cSun Jul 23 22:37:29 2006 --- src/ops.c Fri Oct 6

Re: BUG: getwinvar/gettabwinvar returns wrong dictionary w/ patch

2006-10-06 Thread Bram Moolenaar
Geoff Reedy wrote: When calling getwinvar or gettabwinvar with an empty string as the last argument it is supposed to return a dictionary of the values defined in the specified window. This does not appear to be documented in the help files but it is documented in a comment within

Re: BUG: syntax region overlaps keyword *sometimes*

2006-10-06 Thread Bram Moolenaar
Peter Hodge wrote: Thanks for your help, I had another look and found out you need another syntax command to reproduce it properly. Here is the revised bug report Start vim using vim -u NONE insert the following test code (note that the 4th line must be indented). array($foo)

Re: Bug in netrw.vim

2006-10-06 Thread Victor Hsieh
That is exactly what I think. In most cast, http server and ftp server doesn't share the same PATH (I mean, http,ftp://somewhere/PATH). Consider about this case, if I tried to edit http://somewhere/~victor/ , and my vim opened ftp://somewhere/~victor/ instead, it's not gonna work at all. There

Re: bug in map expr and complete()

2006-10-06 Thread Jürgen Krämer
Hi, Hari Krishna Dara wrote: The help on complete() gives an example as a usage pattern which seems to be very useful, but it doesn't work. Here is a slightly modified example to avoid breaking the lines in email transmission: inoremap expr F5 ListWeeks() func! ListWeeks() call

Re: Progressive quickfix buffer / background compilations

2006-10-06 Thread Gregory McIntyre
I played around a bit more and got to a similar stage that I think everybody else is getting to using --remote commands to progressively update buffers. Here's my current script. This script is a little less sophisticated than Marc's in that it doesn't keep track of the background process' pid

Re: Java Omni Complete

2006-10-06 Thread Andrea Spadaccini
Ciao Jason, I have searched the Internet and vim.org for an omni complete function/script for java (i.e. javacomplete.vim), but have had no luck. Does anyone know if such a script/function exists? The vJDE plugin has an autocomplete function for JDK classes, that can be used for your

combining two mapping into one

2006-10-06 Thread Kamaraju Kusumanchi
I use two mappings for my Fortran (.f90) files map F5 Homev%zf map F6 HomezDv%zf The idea is to create folds for code blocks which are of the form subroutine some_name_here statements_here end subroutine some_name_here Here F5 folds the subroutine block irrespective of whether there are any

BOF

2006-10-06 Thread Bill McCarthy
Hello Vim List, I listened to Bram's BOF this past weekend. I still don't know what BOF means. From Wikipedia: BoF is an acronym for: Basic Oxygen Furnace Birds of a Feather beginning of file Body-on-frame Breath of Fire BOF can also mean: Baptism of Fire Board of Finance Battalions of

Re: BOF

2006-10-06 Thread Robert Cussons
Bill McCarthy wrote: Hello Vim List, I listened to Bram's BOF this past weekend. I still don't know what BOF means. From Wikipedia: BoF is an acronym for: Basic Oxygen Furnace Birds of a Feather beginning of file Body-on-frame Breath of Fire BOF can also mean: Baptism of Fire Board of

multibyte doesn't work?

2006-10-06 Thread Christian Brehm
Hi, I just installed gvim at SuSe 10.1 (Version 6.4, 2005 Oct, 15th, compiled May 2006). multi_byte and multi_lang is enabled. But still I cannot use any multibyte characters. At all, every command containing the 'Alt' key doesn't work... I've set the language to [EMAIL PROTECTED], but others

Re: Font rendering on Mac

2006-10-06 Thread Christian Ebert
* David Goodlad on Thursday, October 05, 2006 at 17:07:09 -0700: Well, it looks fine on my macbook pro, where anti-aliasing works. The real question becomes, why won't antialiasing work on my other mac? Have you checked the setting of System Preferences-Appearance-Turn off text smoothing for

Re: Java Omni Complete

2006-10-06 Thread A.J.Mechelynck
Jason Mills wrote: Hi Vimmers, I have searched the Internet and vim.org for an omni complete function/script for java (i.e. javacomplete.vim), but have had no luck. Does anyone know if such a script/function exists? Jason If you don't see anything else, you may try :setlocal

Re: BOF

2006-10-06 Thread A.J.Mechelynck
Robert Cussons wrote: Bill McCarthy wrote: Hello Vim List, I listened to Bram's BOF this past weekend. I still don't know what BOF means. From Wikipedia: BoF is an acronym for: Basic Oxygen Furnace Birds of a Feather beginning of file Body-on-frame Breath of Fire BOF can also mean:

Re: BOF

2006-10-06 Thread Russell Bateman
As long as we're degenerating into the whimsical, it's also a homophone for a slang term for brother-in-law (BEAUF-rère). A.J.Mechelynck wrote: Robert Cussons wrote: Bill McCarthy wrote: Hello Vim List, I listened to Bram's BOF this past weekend. I still don't know what BOF means. From

Re: combining two mapping into one

2006-10-06 Thread Andy Wokula
Kamaraju Kusumanchi schrieb: I use two mappings for my Fortran (.f90) files map F5 Homev%zf map F6 HomezDv%zf The idea is to create folds for code blocks which are of the form subroutine some_name_here statements_here end subroutine some_name_here Here F5 folds the subroutine

Re: multibyte doesn't work?

2006-10-06 Thread A.J.Mechelynck
Christian Brehm wrote: Hi, I just installed gvim at SuSe 10.1 (Version 6.4, 2005 Oct, 15th, compiled May 2006). multi_byte and multi_lang is enabled. But still I cannot use any multibyte characters. At all, every command containing the 'Alt' key doesn't work... I've set the language to [EMAIL

Re: Font rendering on Mac

2006-10-06 Thread David Goodlad
On 10/6/06, Christian Ebert [EMAIL PROTECTED] wrote: * David Goodlad on Thursday, October 05, 2006 at 17:07:09 -0700: Well, it looks fine on my macbook pro, where anti-aliasing works. The real question becomes, why won't antialiasing work on my other mac? Have you checked the setting of

Re: combining two mapping into one

2006-10-06 Thread Kamaraju Kusumanchi
On Friday 06 October 2006 08:24, Andy Wokula wrote: Kamaraju Kusumanchi schrieb: I use two mappings for my Fortran (.f90) files map F5 Homev%zf map F6 HomezDv%zf The idea is to create folds for code blocks which are of the form subroutine some_name_here statements_here end

Auto-guessing file encoding and integration with Vim (works for Latin1, GBK, and Big5 now)

2006-10-06 Thread Yongwei Wu
This is a report of what I have already achieved. If you are dealing with more encodings than the fileencodings option can handle, esp. if you read and write Simplified and Traditional Chinese, please read on. First, you need to have some external program to guess the encoding of a text file.

Re: combining two mapping into one

2006-10-06 Thread A.J.Mechelynck
Kamaraju Kusumanchi wrote: On Friday 06 October 2006 08:24, Andy Wokula wrote: Kamaraju Kusumanchi schrieb: I use two mappings for my Fortran (.f90) files map F5 Homev%zf map F6 HomezDv%zf The idea is to create folds for code blocks which are of the form subroutine some_name_here

tags - alternative ways to use them

2006-10-06 Thread Kim Schulz
Hi, Most of you probably know about using tags, tagfiles and the taglist plugin, but I am courious if anyone has used the tags functionality in interesting alternative ways? maybe in plugins or simple macros - I want to know it all :-) So let me know what neat ideas you have. -- Kim Schulz

Re: bug in map expr and complete()

2006-10-06 Thread Hari Krishna Dara
On Fri, 6 Oct 2006 at 8:19am, Jürgen Krämer wrote: Hi, Hari Krishna Dara wrote: The help on complete() gives an example as a usage pattern which seems to be very useful, but it doesn't work. Here is a slightly modified example to avoid breaking the lines in email transmission:

Re: bug in map expr and complete()

2006-10-06 Thread A.J.Mechelynck
Hari Krishna Dara wrote: On Fri, 6 Oct 2006 at 8:19am, Jürgen Krämer wrote: Hi, Hari Krishna Dara wrote: The help on complete() gives an example as a usage pattern which seems to be very useful, but it doesn't work. Here is a slightly modified example to avoid breaking the lines in email

Re: tags - alternative ways to use them

2006-10-06 Thread Aaron Griffin
On 10/6/06, Kim Schulz [EMAIL PROTECTED] wrote: Hi, Most of you probably know about using tags, tagfiles and the taglist plugin, but I am courious if anyone has used the tags functionality in interesting alternative ways? maybe in plugins or simple macros - I want to know it all :-) So let me

Re: C++ IDE

2006-10-06 Thread Yakov Lerner
On 10/5/06, Brecht Machiels [EMAIL PROTECTED] wrote: Hi all, after being fed up by Eclipse's slowness/memory usage, I've decided to see if Vim could replace it. I've already found numerous nice plugin's that each implement part of the functionality of Eclipse: - quickfix - clewn/vimgdb -

Re: tags - alternative ways to use them

2006-10-06 Thread Yakov Lerner
On 10/6/06, Kim Schulz [EMAIL PROTECTED] wrote: Most of you probably know about using tags, tagfiles and the taglist plugin, but I am courious if anyone has used the tags functionality in interesting alternative ways? maybe in plugins or simple macros - Actually, I find the way vimhelp system

RE: tags - alternative ways to use them

2006-10-06 Thread Max Dyckhoff
Hari's new plugin LookupFile is a great use of tags, I use it dozens of times a day! http://www.vim.org/scripts/script.php?script_id=1581 Max -Original Message- From: Yakov Lerner [mailto:[EMAIL PROTECTED] Sent: Friday, October 06, 2006 11:45 AM To: Kim Schulz Cc: vim@vim.org

Re: tags - alternative ways to use them

2006-10-06 Thread Kim Schulz
On Fri, 6 Oct 2006 13:32:53 -0500 Aaron Griffin [EMAIL PROTECTED] wrote: You could probably use C tags from a header file (with the arguments turned on) to generate a skeleton .c file just an idea. not a bad idea. Wonder if anyone has done this already. -- Kim Schulz| Private :

Re: tags - alternative ways to use them

2006-10-06 Thread Kim Schulz
On Fri, 6 Oct 2006 11:48:42 -0700 Max Dyckhoff [EMAIL PROTECTED] wrote: Hari's new plugin LookupFile is a great use of tags, I use it dozens of times a day! http://www.vim.org/scripts/script.php?script_id=1581 ahh lovely. Didn't know that one. -- Kim Schulz| Private :

detecting whether the quickfix window is open

2006-10-06 Thread Mike
from within a vim script, how can I tell if the quickfix window is currently open? alternatively: is there a single command to toggle the quickfix window, rather than issuing :copen and :ccl? thanks, mike p.s. I'm running vim70

Quickfix and regular expressions

2006-10-06 Thread Keith Prickett
When attempting to find errors and warnings using vim's make or quickfix I am bogged down by a warning that I don't want to see. The warning I don't want to see is in this format: ../../buildrules.mk:77: file.d: No such file or directory A warning or error I DO WANT to see might look like this:

how to remember file offsets?

2006-10-06 Thread Fletcher Mattox
Hi, When I edit two files by typing :e foo and :e #, vim remembers my current location in each and kindly positions me there when I revisit them. However, when I edit three or more files, vim forgets where I was and always positions the cursor at the top of the file. How do I get vim to remember

Re: detecting whether the quickfix window is open

2006-10-06 Thread Mike
On 10/6/06, Aaron Griffin [EMAIL PROTECTED] wrote: On 10/6/06, Mike [EMAIL PROTECTED] wrote: alternatively: is there a single command to toggle the quickfix window, rather than issuing :copen and :ccl? :help cwindow The problem with :cwindow is that it depends on what is in the quickfix

Re: Quickfix and regular expressions

2006-10-06 Thread A.J.Mechelynck
Keith Prickett wrote: When attempting to find errors and warnings using vim's make or quickfix I am bogged down by a warning that I don't want to see. The warning I don't want to see is in this format: ../../buildrules.mk:77: file.d: No such file or directory A warning or error I DO WANT to

Re: Quickfix and regular expressions

2006-10-06 Thread Mike
On 10/6/06, Keith Prickett [EMAIL PROTECTED] wrote: Does anyone know a good regular expression for quickfix that will help me sift through the weeds? my solution for this is to use an external script (written in python) to sift through the compiler output and only return the lines I want. in

Re: detecting whether the quickfix window is open

2006-10-06 Thread Yegappan Lakshmanan
Hi, On 10/6/06, Mike [EMAIL PROTECTED] wrote: On 10/6/06, Aaron Griffin [EMAIL PROTECTED] wrote: On 10/6/06, Mike [EMAIL PROTECTED] wrote: alternatively: is there a single command to toggle the quickfix window, rather than issuing :copen and :ccl? :help cwindow The problem with

Re: detecting whether the quickfix window is open

2006-10-06 Thread Mike
On 10/6/06, Yegappan Lakshmanan [EMAIL PROTECTED] wrote: Hi, On 10/6/06, Mike [EMAIL PROTECTED] wrote: On 10/6/06, Aaron Griffin [EMAIL PROTECTED] wrote: On 10/6/06, Mike [EMAIL PROTECTED] wrote: alternatively: is there a single command to toggle the quickfix window, rather than

cinoptions conditional/parameters

2006-10-06 Thread Max Dyckhoff
Hi, I was wondering if it was possible to provide different cino for conditional statements as opposed to parameters. My current cino is (1s, which gives the following effects: void function( void *param, void *param2) { if (param param2) { } else if (param

Re: how to remember file offsets?

2006-10-06 Thread Hari Krishna Dara
On Fri, 6 Oct 2006 at 2:53pm, Fletcher Mattox wrote: Hi, When I edit two files by typing :e foo and :e #, vim remembers my current location in each and kindly positions me there when I revisit them. However, when I edit three or more files, vim forgets where I was and always positions the

Re: detecting whether the quickfix window is open

2006-10-06 Thread Hari Krishna Dara
On Fri, 6 Oct 2006 at 3:55pm, Mike wrote: On 10/6/06, Aaron Griffin [EMAIL PROTECTED] wrote: On 10/6/06, Mike [EMAIL PROTECTED] wrote: alternatively: is there a single command to toggle the quickfix window, rather than issuing :copen and :ccl? :help cwindow The problem with

Re: bug in map expr and complete()

2006-10-06 Thread Hari Krishna Dara
On Fri, 6 Oct 2006 at 7:48pm, A.J.Mechelynck wrote: Hari Krishna Dara wrote: On Fri, 6 Oct 2006 at 8:19am, Jürgen Krämer wrote: Hi, Hari Krishna Dara wrote: The help on complete() gives an example as a usage pattern which seems to be very useful, but it doesn't work. Here is a

Re: Cursor movement commands on a german keyboard

2006-10-06 Thread Stefan Walk
Meino Christian Cramer wrote: HI, There are a lot of specialized curor movement commands, which all will speed up one vimy life. ...exeption: You are editing on a german keyboard... There you will reach } by pressing AltGr-0, ] by presing AltGr-9 and so on, which always is at

Re: bug in map expr and complete()

2006-10-06 Thread A.J.Mechelynck
Hari Krishna Dara wrote: [...] Interesting... the 7.0.99 version that I have doesn't have anything that you are pointing to, and the example clearly used map expr. The documentation was probably updated later on? What patch version do you have? Or may be that I updated the vim binaries, not

Re: detecting whether the quickfix window is open

2006-10-06 Thread A.J.Mechelynck
Hari Krishna Dara wrote: On Fri, 6 Oct 2006 at 3:55pm, Mike wrote: On 10/6/06, Aaron Griffin [EMAIL PROTECTED] wrote: On 10/6/06, Mike [EMAIL PROTECTED] wrote: alternatively: is there a single command to toggle the quickfix window, rather than issuing :copen and :ccl? :help cwindow The

Re: bug in map expr and complete()

2006-10-06 Thread Bill McCarthy
On Fri 6-Oct-06 6:46pm -0600, A.J.Mechelynck wrote: Hari Krishna Dara wrote: [...] Interesting... the 7.0.99 version that I have doesn't have anything that you are pointing to, and the example clearly used map expr. The documentation was probably updated later on? What patch version do you

Re: how to remember file offsets?

2006-10-06 Thread A.J.Mechelynck
Hari Krishna Dara wrote: On Fri, 6 Oct 2006 at 2:53pm, Fletcher Mattox wrote: Hi, When I edit two files by typing :e foo and :e #, vim remembers my current location in each and kindly positions me there when I revisit them. However, when I edit three or more files, vim forgets where I was

Re: bug in map expr and complete()

2006-10-06 Thread A.J.Mechelynck
Bill McCarthy wrote: On Fri 6-Oct-06 6:46pm -0600, A.J.Mechelynck wrote: Hari Krishna Dara wrote: [...] Interesting... the 7.0.99 version that I have doesn't have anything that you are pointing to, and the example clearly used map expr. The documentation was probably updated later on? What

Bug in updating block markers ?

2006-10-06 Thread Hari Krishna Dara
The ' and ' markers identify the start and end position of a selection block and it seems to be not updated correctly in one particular case. Say you start selection (visual mode or select mode) on one line, and use ^E or ^Y to scroll the buffer such that the current line goes past the window

Re: Cursor movement commands on a german keyboard

2006-10-06 Thread A.J.Mechelynck
Meino Christian Cramer wrote: HI, There are a lot of specialized curor movement commands, which all will speed up one vimy life. ...exeption: You are editing on a german keyboard... There you will reach } by pressing AltGr-0, ] by presing AltGr-9 and so on, which always is at least bad

Re: bug in map expr and complete()

2006-10-06 Thread Bill McCarthy
On Fri 6-Oct-06 8:36pm -0600, you wrote: Bill McCarthy wrote: On Fri 6-Oct-06 6:46pm -0600, A.J.Mechelynck wrote: Hari Krishna Dara wrote: [...] Interesting... the 7.0.99 version that I have doesn't have anything that you are pointing to, and the example clearly used map expr. The

Win32 build of updated gvim

2006-10-06 Thread Yongwei Wu
Hi List, I am keeping an updated version of gvim.exe on my Web site now. I still feel it is convenient to have one installation of Vim and overwrite the main executable now and then. Antoine used to do that, and I am doing that too ;-). It is built with MSVC 8 (the free Visual C++ 2005 Express

Re: detecting whether the quickfix window is open

2006-10-06 Thread Hari Krishna Dara
On Sat, 7 Oct 2006 at 1:56am, A.J.Mechelynck wrote: Hari Krishna Dara wrote: On Fri, 6 Oct 2006 at 3:55pm, Mike wrote: On 10/6/06, Aaron Griffin [EMAIL PROTECTED] wrote: On 10/6/06, Mike [EMAIL PROTECTED] wrote: alternatively: is there a single command to toggle the quickfix window,

Bug in :(un)lockvar

2006-10-06 Thread Hari Krishna Dara
The :lockvar and :unlockvar commands fail when there is a recursive references. E.g., try the below: :let a = {} :let b = {} :let a.b = b :let b:a = a :lockvar! a E743: variable nested too deep for (un)lock You could of course end up with more complicated indirect recursive references as well,