... Anyway, in the rare case where it might be useful, you can use the following construct, which is not really complicated: if &fo =~ "a" set fo-=a else set...
38445
Bram Moolenaar
Bram@...
Jan 6, 2005 11:10 am
... A delay of 30 seconds points in the direction of a network timeout. I guess that somehow you get a path that is a network share that isn't connected. Vim...
38444
ackahn@...
Jan 6, 2005 10:38 am
I have attached your document. +++ Attachment: No Virus found +++ Bitdefender AntiVirus - www.bitdefender.com...
38443
Antoine J. Mechelynck
antoine.mechelynck@...
Jan 6, 2005 10:08 am
... [...] Arrow keys work on the command-line. The one you want is the left-arrow, normally represented in mappings as <Left> (six characters). <Right> <Home>...
38442
Robert Webb
RobertW@...
Jan 6, 2005 7:14 am
A bunch of people replied to me... ... [The "Huh?" section below was mine...] ... I know tab=8 is standard in lots of places, but this has nothing to do with...
38441
David Rennalls
drennalls@...
Jan 6, 2005 6:40 am
Hi, I noticed that gvim (6.3.41) startup on my Win98 machine suddenly got really slow after updating my plugins. I tracked it down to a isdirectory() call like...
38440
Antoine J. Mechelynck
antoine.mechelynck@...
Jan 6, 2005 5:28 am
... (Sorry if this is a stale thread or if this issue has already been answered. I'm only starting to catch up with all the mail accumulated since my disk...
38439
Jens Paulus
jpaulus@...
Jan 6, 2005 1:49 am
Hi Antony, ... by the way, I do not understand why doing a linewise operation between the cursor position and a mark should obey to the second rule. The second...
38438
Jens Paulus
jpaulus@...
Jan 6, 2005 1:16 am
Hi Antony, ... still I think there is an inconsistency. Here is again the example. xxaxxxxxx xxxxxxbxx Doing `by'a puts the cursor at the beginning of the...
38437
Bram Moolenaar
Bram@...
Jan 5, 2005 8:52 pm
... I'll include this, thanks! -- hundred-and-one symptoms of being an internet addict: 245. You use Real Audio to listen to a radio station from a distant ...
38436
Norbert Tretkowski
tretkowski@...
Jan 5, 2005 7:50 pm
See attached mail. Norbert Package: vim Severity: normal Tags: patch When building 'vim' on amd64 with gcc-4.0, I get the following error: gcc -c -I. -Iproto...
38435
Keith Roberts
kroberts@...
Jan 5, 2005 6:31 pm
... Ooh! I like this! This would make it much easier to make the same change to multiple areas where :g won't work. [or where the regions can't be...
38434
Keith Roberts
kroberts@...
Jan 5, 2005 6:20 pm
... Personally, from a usage standpoint I *hate* toggles, specifically because you *don't* generally know what the current status is w/o investigation. And if...
38433
Keith Roberts
kroberts@...
Jan 5, 2005 6:06 pm
... I think I have to agree with Jens here ... There ought to be a way to switch between fold methods w/o losing manual marks. I don't know how the folds are...
38432
ackahn@...
Jan 5, 2005 2:10 pm
The original message was received at Wed, 5 Jan 2005 15:09:44 +0100 from netapp.com [144.184.203.189] ... <vim-dev@...>...
38431
Johnny Blaze
pyromancer@...
Jan 5, 2005 12:38 pm
On Tue, 4 Jan 2005 08:01:21 +0000, Walter Briscoe ... Bram's got it fixed without using the -B switch. So now, its nice and portable. ... I've been looking for...
38430
Valery Kondakoff
strauss@...
Jan 5, 2005 11:48 am
Hello, Mike! ... MW> Then it sounds like there is a more fundamental issue here with MW> character set conversion on Windows, an area I am not that familiar ...
38429
Mike Williams
mike.williams@...
Jan 5, 2005 11:14 am
... Then it sounds like there is a more fundamental issue here with character set conversion on Windows, an area I am not that familiar with I am afraid....
38428
Bram Moolenaar
Bram@...
Jan 5, 2005 10:12 am
Patch 6.3.054 Problem: When 'insertmode39; is set <C-L>4ixxx<C-L> hangs Vim. (Jens Paulus) Vim is actually still working but redraw is disabled. Solution:...
38427
Bram Moolenaar
Bram@...
Jan 5, 2005 8:50 am
... I think I already mentioned this: When inserting/deleting lines the column of a mark is irrelevant. That's how Vi works. I'm not sure this will ever...
38426
Bram Moolenaar
Bram@...
Jan 5, 2005 8:50 am
... When you set the foldmethod to use markers you can only have folds with markers. Otherwise updating the folds is impossible, it gets inconsistent. Perhaps...
38425
Kevin Ballard
kevin@...
Jan 5, 2005 8:39 am
I have a patch here against the sh.vim syntax file included in Vim 6.3.35 (installed via DarwinPorts). This patch adds support for the $'' quoting style...
38424
Walter Briscoe
wbriscoe@...
Jan 5, 2005 7:55 am
In message <804f592d05010319402ef2deab@...> of Tue, 4 Jan 2005 09:40:59 in , Johnny Blaze <pyromancer@...> writes ... -B is not a standard...
38423
ackahn@...
Jan 5, 2005 4:19 am
Let'us be short: you have no experience in writing letters!!!...
38422
Johnny Blaze
pyromancer@...
Jan 4, 2005 11:09 pm
... Thanks Bram. -- . o O pyromancer O o ....
38421
Jens Paulus
jpaulus@...
Jan 4, 2005 10:56 pm
Hi Bram, ... to clarify, I mean the case when a mark is put in the first column and then doing i<CR> should move the mark one line down along with the line ...
38420
Jens Paulus
jpaulus@...
Jan 4, 2005 10:44 pm
Hi Bram, ... or better, it should be the same than what maO<Esc>j does. This inserts a line before the mark, so mai<CR> should move the mark one line down. ...
38419
Jens Paulus
jpaulus@...
Jan 4, 2005 9:40 pm
Hi Bram, another thing I think should be changed is the fact that manual folds get deleted for example when setting fdm to the marker method. It happened that...
38418
Bram Moolenaar
Bram@...
Jan 4, 2005 9:00 pm
... I can see a hang, although not always. I'll fix it. -- hundred-and-one symptoms of being an internet addict: 235. You start naming your kids Pascal,...
38417
Jens Paulus
jpaulus@...
Jan 4, 2005 8:30 pm
Hi developers, here comes a serious bug report. If the insertmode option is unset it works as it should and an entered text can be repeated with a count number...