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...
Show off your group to the world. Share a photo of your group with us.

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 32297 - 32326 of 55365   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32297
... 6.2b sources (as obtained from CVS) is ... New in this version is an improvement to "cursorbind" which makes it work better in diff mode. If you cursorbind...
Vince Negri
vnegri@...
Send Email
May 1, 2003
7:32 am
32298
Around about 30/04/2003 16:03, Vince Negri typed ... ... [is this really vim-dev?] There are a no. of things that could be happening, and a greater no. of ways...
Neil Bird
neil@...
Send Email
May 1, 2003
10:03 am
32299
... Even as a developer I would find a 6.1 branch very useful. ... Imho you should branch 6.1 once the main trunk becomes 6.2, branch off 6.2 one the main...
Wichert Akkerman
wichert@...
Send Email
May 1, 2003
11:19 am
32300
I would have thought that an explicit user ex command of ... where the buffer already has a filetype=oldfiletype would load the filetype plugins for the...
Dorai Sitaram
ds26@...
Send Email
May 1, 2003
12:08 pm
32301
... You must be doing something wrong. Try typing ":setf c" in a help file, the highlighting does change. Note that it doesn't work inside autocommands, since...
Bram Moolenaar
Bram@...
Send Email
May 1, 2003
12:18 pm
32302
... [snip] ... Yes, the graphs help. I have not tested it myself, but if this works as well as you claim, I think this should be added to the distro ov vim 6.2...
Benji Fisher
benji@...
Send Email
May 1, 2003
12:23 pm
32303
Hi, Here is a little puzzler for a wet Thursday afternoon (well at least for this longitude and lattitude). The following is a little sample file for...
Mike Williams
mike.williams@...
Send Email
May 1, 2003
12:36 pm
32304
... Very strange. That works. My test case is editing an email message, where the filetype is initially 'mail'. I do 'setf scheme', which, among other things...
Dorai Sitaram
ds26@...
Send Email
May 1, 2003
1:19 pm
32305
... Is it something to do with the common code in the plugin files? " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif "...
Vince Negri
vnegri@...
Send Email
May 1, 2003
1:31 pm
32306
... Try ... and then have a look at the messages you get. You should see the syntax, ftplugin, and indent files loaded. If one of them bails out early, you...
Benji Fisher
benji@...
Send Email
May 1, 2003
1:31 pm
32307
... This is an interesting perspective. In what way does CVS do branches poorly? Thanks, bob...
Bob Hiestand
bob@...
Send Email
May 1, 2003
2:19 pm
32308
I apologize for the mis-direction of the mail, deleted too much context....
Bob Hiestand
bob@...
Send Email
May 1, 2003
2:20 pm
32309
Benji Fisher wrote ... Thanks, did that, and I think I know what's happening. The b:did_ftplugin is preventing loading of the ftplugin/newfiletype.vim file. ...
Dorai Sitaram
ds26@...
Send Email
May 1, 2003
2:25 pm
32310
... I'm not aware of any way in which CVS does poorly (or at least more poorly than it normally is). Perhaps it would be interesting so setup a subversion...
Wichert Akkerman
wichert@...
Send Email
May 1, 2003
2:38 pm
32311
... Well, this isn't a bash-CVS mailing list, but just say it is a consequence of CVS being just a little more than a bunch of RCS files. The branch does not...
David Brown
vim@...
Send Email
May 1, 2003
3:04 pm
32312
... Getting the tags wrong would be an impressive demonstration of not being able to run a very simple command correctly. I've never seen problems with that. ...
Wichert Akkerman
wichert@...
Send Email
May 1, 2003
3:09 pm
32313
... Hm, seems like you're bashing CVS... :) Seriously, though, I won't prolong the OT here, but I don't see the issue with branches. CVS actually does...
Bob Hiestand
bob@...
Send Email
May 1, 2003
3:13 pm
32314
... p.s. Bram's example of going to a help file and then doing :setf c reveals another wrinkle. It seems to work, but only because help files, while they have...
Dorai Sitaram
ds26@...
Send Email
May 1, 2003
3:14 pm
32315
... If you look at how the ftplugins work, you will see why there is this limitation. The plugins are written to assert their settings over a blank canvas, and...
Vince Negri
vnegri@...
Send Email
May 1, 2003
3:31 pm
32316
... Right. Each ftplugin would have to do the equivalent of ... where all the options are set to their currently obtaining global values, before it starts...
Dorai Sitaram
ds26@...
Send Email
May 1, 2003
3:54 pm
32317
... True, but not providing the possibility to load another filetype plugin isn't nice either. Currently you would have to do ":bwipe" and edit the file again...
Bram Moolenaar
Bram@...
Send Email
May 1, 2003
3:58 pm
32318
... Ability to do :setlocal all< would be a lifesaver. Once that's in, changing the definition of ... to be something like ... should all be all that's needed....
Dorai Sitaram
ds26@...
Send Email
May 1, 2003
4:18 pm
32319
I can't find the original message -- can anyone send it to me, please?...
Ron Aaron
ronaaron@...
Send Email
May 1, 2003
4:36 pm
32320
Minor but hopefully easy fix. vim's -l command-line option seems to apply the 'lisp' option only to the first file that it opens. Per vi tradition, every file...
Dorai Sitaram
ds26@...
Send Email
May 1, 2003
4:50 pm
32321
... I haven't seen that sort of problems either. Moving directories is another story. ... Kind regards, Aschwin Marsman -- aYniK Software Solutions all...
Aschwin Marsman
a.marsman@...
Send Email
May 1, 2003
5:17 pm
32322
... I don't like this, because the order in which things are done will ... Even when the "mail" filetype plugin doesn't set 'tw'. That is not what people...
Bram Moolenaar
Bram@...
Send Email
May 1, 2003
5:30 pm
32323
... Indeed. Strange that nobody noticed this until now. The fix is quite easy: ... *************** *** 677,683 **** case 'l': /* "-l" lisp mode, 'lisp' and...
Bram Moolenaar
Bram@...
Send Email
May 1, 2003
5:31 pm
32324
... If it's included in the distribution, we might as well implement it in C. That's a lot faster. ... Those questions still exist. In this specific case it...
Bram Moolenaar
Bram@...
Send Email
May 1, 2003
6:29 pm
32325
... A simple solution would be to support the b:undo_ftplugin variable. It should be set by the filetype plugin to the commands required to undo the settings....
Bram Moolenaar
Bram@...
Send Email
May 1, 2003
6:29 pm
32326
Hello, It would be nice, if (optionaly ofcourse:) some column on right side of window (say 'tw' column) will be hightighted. (Does enybody remeber qed.exe?)....
Vit Stradal
vitas@...
Send Email
May 1, 2003
6:32 pm
Messages 32297 - 32326 of 55365   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