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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 4751 - 4780 of 10983   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4751
... Yes, that was a bug in r203...it should already be fixed in the latest svn version. Thanks for reporting it though! /Björn ...
björn
bjorn.winckler@...
Send Email
Sep 1, 2007
12:55 pm
4752
Hi, open two MacVim windows and arrange them next to each other. Execute au FocusGained * echo 'gain' au FocusLost * echo 'lost' If you switch between the...
Nico Weber
nicolasweber@...
Send Email
Sep 1, 2007
1:21 pm
4753
I have uploaded a new snapshot of MacVim to: http://code.google.com/p/macvim/ Updates this time around as follows: - Client/Server (+clientserver): Not fully...
björn
bjorn.winckler@...
Send Email
Sep 2, 2007
9:01 pm
4754
... Thanks, will try this later this day. Thank you for your work with MacVim! Marcus --~--~---------~--~----~------------~-------~--~----~ You received this...
Marcus T. Jaschen
rikman@...
Send Email
Sep 3, 2007
12:57 pm
4755
... For the record: you can (as of MacVim r229) use --remote and friends to accomplish this, e.g.: mvim --remote-tab *.c In Vim, take a look at the help on...
björn
bjorn.winckler@...
Send Email
Sep 3, 2007
1:31 pm
4756
Hi! Currently I'm trying to install a PlugIn: http://www.vim.org/scripts/script.php?script_id=1785 It does enable code completion for my java files, which I...
Wishi
wishinet@...
Send Email
Sep 4, 2007
12:52 am
4757
... Does it work if you use autocmd BufNewFile,BufRead *.java setlocal omnifunc=javacomplete#Complete If so, try your version with "*.java" insead of "java",...
Nico Weber
nicolasweber@...
Send Email
Sep 4, 2007
5:56 am
4758
Hello Vim users, So far we only had the possibility to search for scripts on the Vim website. Of course you could use your favorite search engine, but then ...
Bram Moolenaar
Bram@...
Send Email
Sep 4, 2007
8:45 am
4759
... filetypedetect BufNewFile *.java setf java filetypedetect BufRead *.java setf java Press ENTER or type command to continue - After doing this...
wishi
brouce@...
Send Email
Sep 4, 2007
9:24 am
4760
Hi, ... Strange. Do you have a `java` in your path? I.e. if you type `java` in terminal, do you get something else than "command not found"? I just installed...
Nico Weber
nicolasweber@...
Send Email
Sep 4, 2007
12:31 pm
4761
Allright, thanks a lot for that. After installing in ~/.vim/ and changing my .vimrc everything works perfectly well. They should replace this to vim.org. wishi...
wishi
brouce@...
Send Email
Sep 6, 2007
11:36 pm
4762
I'm still using the Carbon version of Vim on MacOS 10.3. When patching to 7.1.100 I discovered a problem: When I drop a file on Vim, the GUI Windows opens, but...
Axel Kielhorn
A.Kielhorn@...
Send Email
Sep 8, 2007
9:06 am
4763
Hello, I'm a longtime Unix user, but pretty new to OS X. I have a 10.4 Intel laptop. It came with 6.2 compiled as "normal." I'd like to get a "huge" version,...
Paul
paul.jungwirth@...
Send Email
Sep 9, 2007
12:57 am
4764
... Simply get the gui version and put alias vim=/Applications/Vim.app/Contents/MacOS/Vim in your ~/.profile. Now `vim` starts the terminal version. Nico ...
Nico Weber
nicolasweber@...
Send Email
Sep 9, 2007
8:21 am
4765
Hi, Björn, ... As I mentioned in my other email on vim-dev, I prefer the terminal version for such things as being able to suspend my session. MacVim's ...
Ben Schmidt
mail_ben_schmidt@...
Send Email
Sep 9, 2007
1:20 pm
4766
I have uploaded a new snapshot of MacVim.app to: http://code.google.com/p/macvim/ I've been hard at work trying to finish the client/server feature and now it...
björn
bjorn.winckler@...
Send Email
Sep 9, 2007
10:31 pm
4767
Hi, ... You could put this into a separate patch that could be committed to vim mainline (I guess these changes are all changes to vim code). This might give...
Nico Weber
nicolasweber@...
Send Email
Sep 9, 2007
11:26 pm
4768
Sorry to awake this old thread...there was a newer thread requesting correct display of unicode chars >= 0x10000, but I can't find it, so I reply to this....
nicolasweber@...
Send Email
Sep 10, 2007
4:41 pm
4769
... If only it were that simple! Part of the reason that I managed to implement client/server in such a relatively short amount of time is because of the way...
björn
bjorn.winckler@...
Send Email
Sep 10, 2007
4:46 pm
4770
... Thanks for looking into this. Looks good. Except that a check for UNICODE16 is needed, if that is defined then we really can use only 16 bits. -- GUARD...
Bram Moolenaar
Bram@...
Send Email
Sep 10, 2007
8:52 pm
4771
For your consideration, my first Vim patch: http://wiki.macvim.org/wiki/VimPatches/DialogHotKeys It's always really bugged me that I have to reach for the...
Dan Sandler
dan.sandler@...
Send Email
Sep 11, 2007
6:21 am
4772
... Only two bytes are put in buf[], thus more needs to be changed here to make it work. ... Here too. -- Shit makes the flowers grow and that's beautiful ///...
Bram Moolenaar
Bram@...
Send Email
Sep 11, 2007
9:06 am
4773
... Yes. -- MORTICIAN: What? CUSTOMER: Nothing -- here's your nine pence. DEAD PERSON: I'm not dead! MORTICIAN: Here -- he says he's not dead! ...
Bram Moolenaar
Bram@...
Send Email
Sep 11, 2007
9:07 am
4774
Hi I'm trying to get ctags working with macvim. I have downloaded ctags and compiled it and all seems fine. Now I would like to generate a tag file but I'm...
consiglieri
apelsinen@...
Send Email
Sep 11, 2007
10:42 am
4775
... Ehm, are you just guessing here? You better find a way to test it. I don't want to include this without testing. I doubt X11 uses UTF-16, that is...
Bram Moolenaar
Bram@...
Send Email
Sep 11, 2007
2:15 pm
4776
... Great, thanks for making this. I wonder if we should include this in the current version of Vim or that it can be included in the upcoming completely...
Bram Moolenaar
Bram@...
Send Email
Sep 11, 2007
6:41 pm
4777
... Bjorn's MacVim already has keyboard support for the dialogs (albeit keyboard shortcuts which are consistent with the rest of the mac gui). Since this is...
Nico Weber
nicolasweber@...
Send Email
Sep 11, 2007
7:36 pm
4778
Hi, ... you run ctags against your .java files. It can't parse .class files (those are typically included in a jar). I usually run it like ctags --recurse=yes...
Nico Weber
nicolasweber@...
Send Email
Sep 11, 2007
7:40 pm
4779
Hi Thanks for the answer. I have installed javacomplete and it works fine ( even if I dont understand why it cant complete if I just type "System. ") But the...
consiglieri
apelsinen@...
Send Email
Sep 12, 2007
8:20 am
4780
The answer my friend is as follows. Copy the src.jar file to somewhere and rename it src.zip then unpack it. Sometimes its to easy! :) ...
consiglieri
apelsinen@...
Send Email
Sep 12, 2007
8:34 am
Messages 4751 - 4780 of 10983   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