On Thu, 31 Aug 2006 14:49:32 -0500, Tim Chase <vim@...> ... The wonderful thing about ed is that it encourages you to learn about the power of...
Matthew Winn
vim@...
Sep 1, 2006 7:47 am
73044
... FWIW, I can't reproduce this. But only tried with small examples. VIM - Vi IMproved 7.0 (2006 May 7, compiled Aug 30 2006 08:32:12) Included patches: 1-76 ...
Christian Ebert
blacktrash@...
Sep 1, 2006 11:40 am
73045
... Yakov...
Yakov Lerner
iler.ml@...
Sep 1, 2006 12:36 pm
73046
... 1. What happens here is that edits from sequential noninteractive commands are considered as one undo block. You want to insert "undo break" at the...
Yakov Lerner
iler.ml@...
Sep 1, 2006 12:56 pm
73047
Take it...
george@...
Sep 1, 2006 2:30 pm
73048
Hi, I'm using vim 7.0, and find glob is case-sensitive. Is there way to make glob case-insensitive ? I'm asking this because some plugin (like lookupfile) rely...
Eddy Zhao
eddy.y.zhao@...
Sep 1, 2006 3:17 pm
73049
Sorry, forget to mention, I'm using vim on linux....
Eddy Zhao
eddy.y.zhao@...
Sep 1, 2006 3:26 pm
73050
... glob() reflects the behaviour of the underlying filesystem. In Windows, "dir FoO*.*" will list both FOOBAR.TXT and foobar.htm if present. In Linux, "ls -l...
A.J.Mechelynck
antoine.mechelynck@...
Sep 1, 2006 3:37 pm
73051
... I suppose one could create a custom GlobIC() function that would call vanilla glob() on Dos/Win32 platforms, and massage the search string on...
Tim Chase
vim@...
Sep 1, 2006 4:00 pm
73052
For any filetype, autoindenting (rather, filetypeindent) has suddenly started adding 2n extra spaces after n autotabs. (I have :set noet, ... got set, but it's...
Evan Silberman
buzzinearly@...
Sep 1, 2006 4:41 pm
73053
... If you have left your 'shiftwidth' at its default of 8, indenting by n shiftwidths will result (with your nonstandard setting of ts=6) into n + floor(n/4)...
A.J.Mechelynck
antoine.mechelynck@...
Sep 1, 2006 5:39 pm
73054
Aha. That's exactly what I was looking for. Thanks for your help....
Evan Silberman
buzzinearly@...
Sep 1, 2006 6:38 pm
73055
Greetings, Vim users. I am hosting a Vim BOF at the upcoming O'Reilly Open Source Convention: Title: Vim 8? Date: Tuesday, 19 September 2006 Time: 20:30 -...
Bram Moolenaar
Bram@...
Sep 1, 2006 8:38 pm
73056
... I don't see how this can happen. I suspect it's something in your environment or you made a mistake. -- If I tell you "you have a beautiful body", would...
Bram Moolenaar
Bram@...
Sep 1, 2006 10:03 pm
73057
... I tried to reproduce again and I can't either. I apologize for the false report, I can't think of anything that caused it to behave differently at that...
Hari Krishna Dara
hari_vim@...
Sep 1, 2006 10:08 pm
73058
Is there a way to highlight unmatched strings for " and ' in a syntax file? Robert...
Robert Hicks
sigzero@...
Sep 1, 2006 11:45 pm
73059
... I can't be there but... "fix problems and fine tune existing features?" Yes...
Robert Hicks
sigzero@...
Sep 2, 2006 1:00 am
73060
... [chop] ... Eeew. Go from command mode into normal mode, get into insert mode, do the CTRL-G u to get back into normal mode and then command mode, make...
Elliot Shank
vim@...
Sep 2, 2006 1:53 am
73061
... Have a look at syntax/vim.vim, where an unpaired " starts a comment. Best regards, Tony....
A.J.Mechelynck
antoine.mechelynck@...
Sep 2, 2006 2:52 am
73062
Hi. Hello to everyone (-: This is a great list! question: I'm running netbeans 5.0 and would like to use vi as the editor. I've searched the web and found...
Luke Vanderfluit
luke@...
Sep 2, 2006 3:19 am
73063
... What is an "unmatched string"? -tim...
Tim Chase
vim@...
Sep 2, 2006 4:27 am
73064
... By unmatched I mean: "This is a string This is a string"...
Robert Hicks
sigzero@...
Sep 2, 2006 4:28 am
73065
didn't get if it was just a invitation to the brussels' talk or a invite to a vim8 suggestion fest. so i'm bitting :) wrote that about vim7: ...
Gabriel B.
gabriel.barros@...
Sep 2, 2006 4:50 am
73066
... I confess i didn't see what you where trying to make me see there... that was completely arcane to me. I haven't found the reason, but found the cause. for...
Gabriel B.
gabriel.barros@...
Sep 2, 2006 6:12 am
73067
Hi , in my machine if I set EDITOR as gvim and then try to execute commands like "crontab -e" that invoke editors, I get a gvim window , but it does not open...
Ujjal Bose
ujjal.bose@...
Sep 2, 2006 6:32 am
73068
... Here's two matches which will find a string that extends to the end of the line: syntax match Error /"\%(\\.\|[^"]\)*$/ syntax match Error...
Peter Hodge
toomuchphp-vim@...
Sep 2, 2006 6:42 am
73069
According to the help, if you specify a value of 0 for default, none of the choices should be selected, but this is not how it is working. I tried both on...
Hari Krishna Dara
hari_vim@...
Sep 2, 2006 7:08 am
73070
On Fri, 01 Sep 2006 18:55:07 -0400 ... I tend to agree. Some of the current features are still slow (think cursorline columnline) and others still lack some...
Kim Schulz
kim@...
Sep 2, 2006 10:38 am
73071
... I think the problem is that, by default, gvim forks and immediately returns control to the calling process. Try setting EDITOR to vim or to "gvim...
Benji Fisher
benji@...
Sep 2, 2006 12:16 pm
73072
... Please give information about the GUI you are using. There is at least a known problem with Motif. -- DINGO: You must spank her well and after you have...