... To paint a more complete picture, this depends on whether you have enabled the ATSUI renderer in MacVim preferences (⌘,) - with ATSUI, the underline...
Tobia Conforto
tobia.conforto@...
Apr 1, 2009 8:12 am
10152
Hello, Small problem I think could be MacVim related, but I'm not certain. Omni completion in rails files is currently broken for me, using the latest...
Jason LaRiviere
jason@...
Apr 1, 2009 10:06 am
10153
... In principle, the 'guifont' option can be a comma-separated list of several fonts, and the first (leftmost) of them which is found will be used. However,...
Tony Mechelynck
antoine.mechelynck@...
Apr 1, 2009 10:06 am
10154
I right-clicked on an Info.plist file today, and I was surprised to see that MacVim was not listed in the "Open With" menu. Shouldn't MacVim be registered for...
Ted Pavlic
ted@...
Apr 1, 2009 1:00 pm
10155
... Not sure, but some plist files are binary - perhaps that is the reason. Robin --~--~---------~--~----~------------~-------~--~----~ You received this...
Robin
robince@...
Apr 1, 2009 1:04 pm
10156
Yes, but the only joy that the pList editor gives me is when it converts binary pList files to XML. Vim is a much nicer pList editor. Because pList files are...
Ted Pavlic
ted@...
Apr 1, 2009 1:13 pm
10157
... That's how it was, but plist registration was removed because there can be binary plist files. Can you come up with an ftplugin that detects that a file is...
Nico Weber
nicolasweber@...
Apr 1, 2009 2:21 pm
10158
... Ok, I see this bug. I'll fix it straight away. (I didn't check whether ATSUI underlined spaces or not, thanks for pointing this out.) ... It underlines...
björn
bjorn.winckler@...
Apr 1, 2009 6:08 pm
10159
I've used this on occasion, seems to work fine: http://www.vim.org/scripts/script.php?script_id=1590 Best regards, Niklas ... ...
Niklas Lindström
lindstream@...
Apr 1, 2009 6:47 pm
10160
... I'll keep that in mind - I'm back on stable since I need the mount network shares via alias feature and the snapshots haven't got it.... Brian ...
Brian McKee
brian.mckee@...
Apr 1, 2009 6:59 pm
10161
... From my .vimrc (darned if I know where I got it from - Google would likely help) Seems to work well (although it's not something I've used a lot it's been...
Brian McKee
brian.mckee@...
Apr 1, 2009 7:00 pm
10162
... I'm sorry that I haven't been able to fix this -- I've tried again to reproduce the bug but for me it always works. I also tried running the server on...
björn
bjorn.winckler@...
Apr 3, 2009 7:12 pm
10163
... Brian (McKee): could you do me a favor and try running snapshot 33, 34, ... etc. to see when the problem you reported was introduced? With any luck I may...
björn
bjorn.winckler@...
Apr 4, 2009 8:14 am
10164
... I have no idea of this stuff works, but just as a sanity check have you tried temporarily renaming /usr/bin/gem and then softlinking it to ...
björn
bjorn.winckler@...
Apr 4, 2009 3:10 pm
10165
... Run this command from MacVim ... If you see that it loads Ruby installed by default in /usr/bin then you are out of luck. Either use /usr/bin/gem to...
Kent Sibilev
ksruby@...
Apr 4, 2009 3:47 pm
10166
... Certainly - I'll have to wait until Monday though - I'm currently Mac less at home. It's somewhere between stable and 39 I may also have a Leopard machine...
Brian McKee
brian.mckee@...
Apr 4, 2009 5:55 pm
10167
Greetings. I wrote a script that uses the @+ to copy a string to the clipboard. The strings are not being copied for some reason under the latest stable...
pr3d4t0r
ciurana@...
Apr 5, 2009 4:40 am
10168
... I hope someone will sort this out and fix the following tips: http://vim.wikia.com/wiki/Mac_OS_X_clipboard_sharing ...
John Beckett
johnb.beckett@...
Apr 5, 2009 8:12 am
10169
... It works fine for me so I am guessing that we are talking about different versions. Are you using this: http://code.google.com/p/macvim/ The older Carbon...
björn
bjorn.winckler@...
Apr 5, 2009 11:35 am
10170
... I forgot to say that clipboard in Terminal mode only works with the snapshot -- the stable branch only supports clipboard in GUI mode. Björn ...
björn
bjorn.winckler@...
Apr 5, 2009 11:35 am
10171
... John, As far as I can tell those tips are completely outdated. There is a clipboard on Mac OS X and MacVim.app uses it properly -- there is no need to use...
björn
bjorn.winckler@...
Apr 5, 2009 11:44 am
10172
... I settled on "feat/" as it is short and sweet. :-) I've pushed the "feat/core-text" branch to the repo now and added a note stating that branches prefixed...
björn
bjorn.winckler@...
Apr 5, 2009 2:02 pm
10173
... OKi, here we go: 1. This is on MacVim 7.2 stable 1.2 (33.3) 2. +clipboard is set when I run :version 3. Select/yank, select/Cmd-C, select/copy-icon only...
pr3d4t0r
ciurana@...
Apr 5, 2009 2:47 pm
10174
... Are you starting MacVim from Terminal while using GNU screen by any chance? GNU screen breaks the connection to the pasteboard server for some reason so...
björn
bjorn.winckler@...
Apr 5, 2009 2:53 pm
10175
... OKi, I found a way to recreate this. If MacVim starts from the GUI (Finder or Quicksilver or whatever) then integration with the keyboard works great. If...
pr3d4t0r
ciurana@...
Apr 5, 2009 2:57 pm
10176
... I found a workaround that seems to fix this. Modify the mvim script to use: /usr/bin/open /Applications/MacVim.app $* That starts MacVim just fine from...
pr3d4t0r
ciurana@...
Apr 5, 2009 3:11 pm
10177
... Yes, I am using screen along with everything else. See my previous reply (I didn't realize that you'd already replied to me). Thanks very much for your...
pr3d4t0r
ciurana@...
Apr 5, 2009 3:12 pm
10178
... I'm glad you sorted it out. Unfortunately there does not seem to be a fix for the GNU screen problem. You can use "open" like you said but then you can no...
björn
bjorn.winckler@...
Apr 5, 2009 3:22 pm
10179
... If there is a bug filed in MacVim that you can point me at so that I can understand how MacVim links to the system clipboard, and then find a workaround....
pr3d4t0r
ciurana@...
Apr 5, 2009 3:43 pm
10180
... The problem has been discussed on this list (you'll have to search for it) and there and issue was created: ...