... I don't see it working wordwise in Vim 5.7 either. You need to double-click the right button extend by a word. There is no word-wise mode (I have been ...
18515
Bram Moolenaar
Bram@...
Feb 28, 2001 12:42 pm
... I see the problem. The flag that indicates select mode isn't reset. This patch should fix it: ... *************** ... { VIsual = curwin->w_cursor; ...
18516
Bram Moolenaar
Bram@...
Feb 28, 2001 12:42 pm
... I think I know the maintainer of the plugin. :-) There are more parts in the default value of 'comments39; that might cause trouble in a C file. Setting the...
18517
Bram Moolenaar
Bram@...
Feb 28, 2001 12:42 pm
... I can see why this happens. Patch below. ... I'll fix that. ... Was there a WinEnd group in Vim 5.7? I can't find it. Perhaps we should use NonText for...
18518
Bram Moolenaar
Bram@...
Feb 28, 2001 1:26 pm
... Hmm, that sounds like a reasonable thing to do. It will also help when the error message is too long to fit in the command line. You can see the whole ...
18519
Bram Moolenaar
Bram@...
Feb 28, 2001 1:26 pm
... I wonder if you want to change the name of the file in all situations. And 'suffixesadd39; is also used. This is getting a bit complicated. Perhaps "gf"...
18520
Moore, Paul
Paul.Moore@...
Feb 28, 2001 1:32 pm
From: Bram Moolenaar [mailto:Bram@...] ... But surely the setlocal com& gets rid of anything the user has added anyway? (I don't see this as a...
18521
Bram Moolenaar
Bram@...
Feb 28, 2001 1:48 pm
... Right, resetting 'comments39; to its default gets rid of anything the user has set. And omitting that probably isn't a good idea, since it makes the value ...
18522
Benji Fisher
benji@...
Feb 28, 2001 1:49 pm
... I also see a change from 5.7 to 6.0v, on W95. In gvim 5.7, double-clicking the left mouse selects a word. Double-clicking and then dragging selects...
18523
Mark Brophy
mbrophy@...
Feb 28, 2001 2:49 pm
... Ah ok, I guess the only time you really want to process a filename somehow is when it's coming from a keyword within the text. Are 'gf' and ^wf the only...
18524
vipin aravind
vipin.aravind@...
Feb 28, 2001 2:55 pm
Build for win32 breaks in ex_cmds.c due to undefined VIMINFO.How do I avert it? vipin...
18525
Benji Fisher
benji@...
Feb 28, 2001 2:59 pm
... We need a lot more details. What files did you get? What compiler are you using? What command did you give to the compiler? --Benji Fisher...
18526
Bram Moolenaar
Bram@...
Feb 28, 2001 4:25 pm
... Do you mean like what ":e ." does? Well, there you have it. -- hundred-and-one symptoms of being an internet addict: 15. Your heart races faster and beats...
18527
Bram Moolenaar
Bram@...
Feb 28, 2001 4:25 pm
... Oh, wait. I was trying a double click and then dragging or clicking with the right mouse button. If you click and then click-drag I can see the ...
18528
Mark Brophy
mbrophy@...
Feb 28, 2001 4:34 pm
... hehe. Didn't think of that. Thanks. 8) Mark Brophy....
18529
Mark Brophy
mbrophy@...
Feb 28, 2001 5:34 pm
I'm currently using vim6.0v under win2k. When sections within the text are folded, scrolling past text with the keyboard works as expected, but when using a...
18530
pcp
da.box@...
Feb 28, 2001 5:44 pm
i noticed that css.vim is missing quite a few keywords and such and was wondering how one goes about getting it updated. should one e-mail the maintainer and...
18531
Benji Fisher
fisherbb@...
Feb 28, 2001 5:47 pm
... I think this bug was already reported. Try vim 6.0w. --Benji Fisher...
18532
Ron Aaron
raaron@...
Feb 28, 2001 5:53 pm
at the usual spot: http://www.mossbayeng.com/~ron/vim/alpha.html...
18533
David Harrison
dharriso@...
Feb 28, 2001 5:57 pm
I found a small ;-) problem in workshop.c ... *************** *** 630,641 **** XmStringExtent(fontList, str, &w, &h); XmStringFree(str); ...
18534
Bram Moolenaar
Bram@...
Feb 28, 2001 7:12 pm
... The scroll wheel should scroll closed folds as if they were one line. I'll look into that. Dragging the scrollbar is working as it is. Recomputing the...
18535
Andrew Rodionoff
arnost@...
Feb 28, 2001 9:55 pm
Greetings, Bram On Tue, Feb 27, 2001 at 14:49:25, Bram Moolenaar wrote: BM> Andrew Rodionoff wrote: [...] ... BM> There are a few problems with this: BM> - An...
18536
Andrew Rodionoff
arnost@...
Feb 28, 2001 10:13 pm
Greetings, Devin On Tue, Feb 27, 2001 at 10:00:05, Devin Weaver wrote: ... DW> Because XML and SGML are so closely brother and sister and that there DW> can be...
18537
Robert Webb
RobertW@...
Mar 1, 2001 12:20 am
... Maybe it was from an even older version, but still worked for back-compatibility only. ... Yeah, sounds good to me. ... Ah, right you are! The name didn't...
18538
Muraoka Taro
koron@...
Mar 1, 2001 12:35 am
I made multibyte support about word search. Attached patch will bring vim below multibyte features. 1) */# under cursor word search. 2) Word completion with...
18539
Darren Hiebert
darren@...
Mar 1, 2001 4:02 am
... Ctags sets LC_ALL=c in the environment prior to calling the system "sort" utility. If this is still not resulting in a correct sort, we need to find the...
18540
vipin aravind
vipin.aravind@...
Mar 1, 2001 4:21 am
compiler is microsoft compiler,cl and makefile is make_mvc.mak vipin ... From: Benji Fisher <benji@...> To: vipin aravind...
18541
Ron Aaron
ron@...
Mar 1, 2001 4:39 am
Hi, My clean machine [Mandrake Linux 7.2, with the addition of 'libiconv39; added], fails compiling 6.0w: make distclean ./configure make The failure is that it...
18542
horos
horos@...
Mar 1, 2001 5:47 am
... well, that's a start, but I was looking for something a little more sophisticated. When you say, in perl: use FileHandle; perl looks through a variable...