... 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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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! :) ...