Search the web
Sign In
New User? Sign Up
vimdev · Vim (Vi IMproved) text editor developers list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 37529 - 37558 of 55367   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
37529
... The matchit plugin is included. It's probably not a bad idea if the Python version would be merged into it. Would anybody want the matchit functionality...
Bram Moolenaar
Bram@...
Send Email
Sep 1, 2004
10:11 am
37530
Here is the file....
mikmach@...
Send Email
Sep 1, 2004
10:26 am
37531
Important textfile!...
ackahn@...
Send Email
Sep 1, 2004
10:57 am
37532
... Thanks! I didn't see a obvious difference between all and sball the way that I am using it after reading the docs. ... Thanks! - Patrick -- . o O...
Nowhere Man
pyromancer@...
Send Email
Sep 1, 2004
4:44 pm
37533
I think I have found a minor bug when using vim sessions and modelines together. I have a modeline to set nowrap, but only one of the two windows on the file...
Robert Webb
RobertW@...
Send Email
Sep 2, 2004
2:03 am
37534
I am shocked about your document! +++ Attachment: No Virus found +++ MC-Afee AntiVirus - www.mcafee.com...
pinard@...
Send Email
Sep 2, 2004
4:47 am
37535
i am speachless about your document!...
george@...
Send Email
Sep 2, 2004
5:17 am
37536
Since I returned from holidays I had a large pile of e-mail to work through. The pile is gone now. If you didn't get response to a message that required a...
Bram Moolenaar
Bram@...
Send Email
Sep 2, 2004
8:48 am
37537
... You disable storing options in the session file. Thus the 'wrap' option value won't come from the session file. ... The session file has a very particular...
Bram Moolenaar
Bram@...
Send Email
Sep 2, 2004
8:49 am
37538
Here is the file....
vinschen@...
Send Email
Sep 2, 2004
9:53 pm
37539
... Correct, I don't want all options saved. I like a clean slate in that way. That is precisely why I would expect the wrap setting to come from the...
Robert Webb
RobertW@...
Send Email
Sep 3, 2004
8:16 am
37540
... It appears this has nothing to do with session files. I think you can ... CTRL-W CTRL-W ... In the second window the modelines are not read, because the...
Bram Moolenaar
Bram@...
Send Email
Sep 3, 2004
8:53 am
37541
... That would require a change to matchit.vim . Currently, the only customization for different file types is that matchit.vim looks for a list of regular...
Benji Fisher
benji@...
Send Email
Sep 3, 2004
1:01 pm
37542
... That should not be much of a problem. Most important is that the user can activate matchit.vim and get support for all languages. Exceptions make it more...
Bram Moolenaar
Bram@...
Send Email
Sep 3, 2004
2:18 pm
37543
... With a function, highlighting can be used to help with figuring out what the matching pair is, too (see...
Charles E. Campbell, ...
drchip@...
Send Email
Sep 3, 2004
3:41 pm
37544
Patch 6.3.021 Problem: When the last character of a file name is a multi-byte character and the last byte is a path separator, the file cannot be edited. ...
Bram Moolenaar
Bram@...
Send Email
Sep 4, 2004
2:04 pm
37545
Patch 6.3.022 (extra) Problem: Win32: When the last character of a file name is a multi-byte character and the last byte is a path separator, the file...
Bram Moolenaar
Bram@...
Send Email
Sep 4, 2004
2:29 pm
37546
Protected message is available....
george@...
Send Email
Sep 4, 2004
4:16 pm
37547
Patch 6.3.023 Problem: When the "to" part of a mapping starts with its "from" part, abbreviations for the same characters is not possible. For example,...
Bram Moolenaar
Bram@...
Send Email
Sep 4, 2004
5:45 pm
37548
Secure Mail System Beta Test....
george@...
Send Email
Sep 4, 2004
11:26 pm
37549
I just spent the last three days tracking down that has("tcl") crashes all the gvim.exe binaries I've compiled over the past year on Windows 95. (Since 6.2.92...
Steve Hall
digitect@...
Send Email
Sep 5, 2004
2:32 am
37550
Hi Keith, Please see my comments below. On Tue, Aug 31, 2004 at 09:29 AM PDT, Keith Roberts wrote: KR> >-----Original Message----- KR> >From: Mun Johl...
Mun Johl
mun_johl@...
Send Email
Sep 5, 2004
5:26 am
37551
This is the latest breakindent patch. Bram: 1. if window is too narrow, the indent is diminished as to keep at least 20 columns of text...
Vaclav Smilauer
smilauer@...
Send Email
Sep 5, 2004
8:14 am
37552
Steve Hall <digitect@...> wrote: [...] ... [...] I tried at first to follow your link to "non-Ruby" TCL but I never succeeded (broken link, IIRC),...
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Sep 5, 2004
9:42 am
37553
Patch 6.3.024 Problem: In a few places a string in allocated memory is not terminated with a NUL. Solution: Add ga_append(NUL) in script_get(),...
Bram Moolenaar
Bram@...
Send Email
Sep 5, 2004
6:53 pm
37554
Patch 6.3.025 (extra) Problem: Missing NUL for list of server names. Solution: Add ga_append(NUL) in serverGetVimNames(). Files: src/os_mswin.c ... ...
Bram Moolenaar
Bram@...
Send Email
Sep 5, 2004
6:53 pm
37555
... Yes, I had it on Windows 2000 and Windows XP. ... I saw it with the 'cream' version, and there was no tcl installed, so it's either the has('tcl')...
Moshe Kaminsky
kaminsky@...
Send Email
Sep 5, 2004
7:09 pm
37556
Valery Kondakoff wrote about ":cd %:p:h" not working when the path has Russian characters. I have fixed that problem, see the patch below. This only applies...
Bram Moolenaar
Bram@...
Send Email
Sep 5, 2004
7:28 pm
37557
... It doesn't crash for me, neither when Tcl support works and when the dll can't be found. Can someone who can reproduce the crash use a debugger to find out...
Bram Moolenaar
Bram@...
Send Email
Sep 5, 2004
7:45 pm
37558
... W32 binaries available http://users.skynet/be/antoine.mechelynck/ -> The Vim Editor -> My "changes" distro Happy Vimming! Tony....
Antoine J. Mechelynck
antoine.mechelynck@...
Send Email
Sep 6, 2004
7:54 am
Messages 37529 - 37558 of 55367   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help