... I haven't had a look at this but I'm pretty sure it is the same problem as described in this thread from a few days ago: ...
11948
dacresni
vivacarlie@...
Nov 13, 2010 9:20 pm
... Hey, what about the rest of us? ... So when you run it in MacVim/Contents/MacOS/Vim it works? I cant get it to work in vim 7.3 nor 7.2 -- You received this...
11949
guivho
guivho@...
Nov 16, 2010 10:26 pm
Hi, I have installed MacPorts through MacVim, asking for +huge +perl +ruby +tcl etc... I was quite surprised to observe that the ports command fetched its own...
11950
Adam Mercer
ramercer@...
Nov 17, 2010 1:44 am
... Bring this up with MacPorts, file a ticket at <http://guide.macports.org/#project.tickets> Cheers Adam -- You received this message from the "vim_mac"...
11951
Kazuki Sakamoto
sakamoto@...
Nov 17, 2010 3:13 pm
Hi, I heard and confirmed a problem of MMCoreTextView.m. The problem will be occurred by non UTF-8 texts. Vim does send non UTF-8 texts by some commands. For...
11952
Kazuki Sakamoto
sakamoto.kazuki@...
Nov 17, 2010 10:01 pm
Hi, I have merged the modification of netbeans.c for MacVim with Patch 7.3.060. sakamoto -- You received this message from the "vim_mac" maillist. Do not...
11953
SingaporeFlyer
insinger@...
Nov 18, 2010 9:59 am
Hi, I've followed the instructions on building MacVim at https://github.com/b4winckler/macvim/wiki/Building The configure flags are as follows: ./configure...
11954
Bjorn Winckler
bjorn.winckler@...
Nov 18, 2010 6:40 pm
This looks like a bug in core Vim...all internal text should be UTF8. Can you make simple step by step instructions on how to reproduce? I think the fact that...
11955
Bjorn Winckler
bjorn.winckler@...
Nov 18, 2010 6:42 pm
Thanks! I'm busy the next few weeks but I'll merge as soon as I get a chance. Björn ... -- You received this message from the "vim_mac" maillist. Do not...
11956
Bjorn Winckler
bjorn.winckler@...
Nov 18, 2010 6:44 pm
I've not tried building with LUA yet. Maybe the peeps on vim_dev can help you out...? Björn ... -- You received this message from the "vim_mac" maillist. Do...
11957
Bram Moolenaar
Bram@...
Nov 18, 2010 9:15 pm
... It's possible to get any byte sequence in some situations. In this case it comes from an external program. This should be handled gracefully. The illegal...
11958
åŒæœ¨æˆæž—
linluxiang@...
Nov 19, 2010 9:52 am
Hi,all I'm writing a plugin with Python on Snapshot 55. It seems that the Python interface of MacVim is using the built-in Python2.6 in the path...
11959
Paul Carey
paul.p.carey@...
Nov 20, 2010 11:11 pm
I'd love to be able to add a background texture to MacVim, quite like the Notes app in iOS, similar to this https://skitch.com/paulcarey/rbe6b/textured-bg A...
11960
DK
structuralartistry@...
Nov 20, 2010 11:11 pm
Hi all, I am new to the group... Been trying out Macvim and I think I have covered most of what I used in other editors except for how to handle global...
11961
Kyle Lippincott
spectral@...
Nov 20, 2010 11:15 pm
... I think will do what you wish; if not exact syntax (I typed it from memory), it's close and should help you find the right thing to do in the help files. ...
11962
Wincent Colaiuta
win@...
Nov 21, 2010 9:42 am
... To replace in the entire file (note the %). The variants I use are the following: " this one to replace across all buffers, confirming each replacement ......
11963
weepy
jonahfox@...
Nov 24, 2010 9:19 am
v8 or node bindings possible ? -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. ...
11964
dacresni
vivacarlie@...
Nov 26, 2010 1:08 am
that is a matter of the Vim codebase unless we route it through OSA script ... -- You received this message from the "vim_mac" maillist. Do not top-post! Type...
11965
Andrew Gollan
tharoth@...
Nov 27, 2010 10:02 pm
I had a quick look here to see if this was already discussed, but couldn't see anything. I am using MacVim 7.3-53 (the stable release as best I can tell). I ...
11966
Bjorn Winckler
bjorn.winckler@...
Nov 27, 2010 10:27 pm
Go into the advanced prefs and untick the "inline marked text" option. The only downside is that with the experimental renderer you won't see the combining...
11967
guivho
guivho@...
Nov 29, 2010 1:37 pm
Hi, Using (mac)vim in a default terminal is - at least to my eyes - rather difficult. Pictures say more than words, so please have a look at ...
11968
Edward Marczak
marczak@...
Nov 29, 2010 2:37 pm
... While there are plenty of other colorschemes, one problem is that Apple's Terminal.app only supports 16 colors. So, either use a 16-color colorscheme, use...
11969
guivho
guivho@...
Nov 29, 2010 8:19 pm
Hi Ed, Thanks for the pointer to iterm. It's quite nice and solves the color problem. Happily using vim in iterm now :) Thanks again! guivho -- You received...
11970
Carl Jacobsen
carl@...
Nov 30, 2010 5:47 am
... Another approach (which works *much* better than its convoluted history would suggest), is to augment Apple's Terminal.app with TerminalColours, an...
11971
Edward Marczak
marczak@...
Nov 30, 2010 6:10 am
... Glad it helped. Also, don't miss iTerm's fullscreen mode. -- Ed Marczak e: marczak@... w: http://www.radiotope.com/writing MacTech Conference:...
11972
guivho
guivho@...
Nov 30, 2010 6:53 am
Hi Carl, ... Thanks for your elaborate reply. I had already switched to iTerm based upon Eds post, and I it works just out of the box, so I'll stick with it. ...
11973
Martin Lundberg
martin.lundberg@...
Nov 30, 2010 8:11 am
For mounting remote file systems for local editing sshfs for osx works really well too: http://pqrs.org/macosx/sshfs/ -Martin ... -- You received this message...
11974
guivho
guivho@...
Nov 30, 2010 10:04 am
Hi Martin, ... I am afraid that sshfs requires some cooperation at the remote end too. But thanx for the suggestion. (BTW: In the mean time, I managed to...
11975
Charles Campbell
Charles.E.Campbell@...
Nov 30, 2010 9:27 pm
guivho wrote: [snip] ... Hello: Would you please send me an url for one of these problematic sites? I'll see what I can do with netrw to get it to work,...
11976
guivho
guivho@...
Dec 1, 2010 7:48 am
Hi Chip, ... I am afraid that I would have to pass on my login credentials. The proprietary microsoft ftp listing format is generated by the ftp server...