It looks like some of the links that are on the download page are outdated. But some are fresh and show a recent build. http://www.vim.org/download.php#mac To...
13231
Colin Sullivan
colinsul@...
Jun 3, 2012 7:06 am
Hello, Every time an OS X "beep" warning sound should be played, my MacVim buffer hangs for a few seconds before becoming responsive again, and no sound is...
13232
Colin Sullivan
colinsul@...
Jun 3, 2012 8:31 am
I also can reproduce this with filesystem autocomplete in command mode, i.e. ... exhibits the same halting behavior. This one has a slightly different...
13233
björn
bjorn.winckler@...
Jun 3, 2012 3:01 pm
... I have not had this problem, nor can I reproduce it. It should be easy to work around however by disabling the bell, e.g. ... You may also be able to...
13234
Colin Sullivan
colinsul@...
Jun 3, 2012 6:15 pm
I restarted my mac last night, and this morning I could not reproduce the issue. Strange. I do a lot of audio work, and am constantly changing my audio...
13235
Dave
laredotornado@...
Jun 7, 2012 2:59 pm
Hi, I'm using vim 7.3 on Mac 10.7.4. If I am editing a file using vim, I can copy text by highlighting it and pressing 'y'. How can I paste that text into...
13236
Andy Todd
andy47@...
Jun 7, 2012 9:31 pm
... "+y will copy your selection to the clipboard. I haven't tried it on command line vim on the Mac but it works on every other platform. Regards, Andy -- ...
13237
Andy Todd
andy47@...
Jun 7, 2012 9:32 pm
... Oh, and "+gP will paste from the clipboard. Regards, Andy -- From the desk of Andrew J Todd esq - http://www.halfcooked.com/ -- You received this message...
13238
Serge Pirotte
serge.pirotte@...
Jun 8, 2012 5:18 pm
In your vimrc, if you include the line: set clipboard=unnamed pressing 'y' will copy the selected text to the clipboard. Regarda, Serge ... -- You received...
13239
Srinath
srinath.vadlamani@...
Jun 11, 2012 7:29 pm
Bumping since I never got a response. Do this: mvim foo.F type: foo.F in file (save and close). mvim foo.f type: foo.f in file (save and close) then run mvim...
13240
Xiao G. Wu
xiaogwu@...
Jun 11, 2012 9:00 pm
I think you are running up against the case-insensitivity of Mac OS X Extended FS. By default i believe most Macs are formatted as Mac OS X Extended...
... Provided you're not actually on a HFSX Volume (which IIRC is still not the default) foo.F and foo.f are *one and the same*. The default HFS+ is...
13242
Srinath
srinath.vadlamani@...
Jun 12, 2012 4:15 pm
I have a case sensitive system. Running vim in Terminal does the correct thing. So, the file system case sensitivity is not the issue. Any other ideas? -- You...
13243
björn
bjorn.winckler@...
Jun 12, 2012 4:33 pm
... You may have to build a custom binary. Take a look at the discussion titled "case insensitivity on hfsx" in the archives: ...
13244
Eric Weir
eeweir@...
Jun 12, 2012 7:40 pm
Don't know how it happened. I'd shut it down after making some changes to the .vimrc settings of a critical plugin---vim-addon-manager. When I went to restart...
13245
Eric Weir
eeweir@...
Jun 13, 2012 9:51 am
Somehow, when I was getting started with vim, I ended up with a vim installation to ~\ and a MacVim installation in \Applications. Before I started using...
13246
Tim Gray
tgray@...
Jun 13, 2012 12:20 pm
... Do you have a Vim installation in ~/, or do you have your .vimrc and related files in ~/? They are two separate thigns. By the former, I mean the actual...
13247
Eric Weir
eeweir@...
Jun 13, 2012 2:00 pm
... Thanks for the clarification, Tim. I'm attaching a screenshot of my ~\.vim folders with all the folders open. It does not appear to me that I have the...
13248
Tony Mechelynck
antoine.mechelynck@...
Jun 13, 2012 2:05 pm
... MacVim is a Mac OS X application and follows all the Mac conventions. Console Vim is a Unix application with no GUI. You can have both if you want to use...
13249
Tim Gray
tgray@...
Jun 13, 2012 2:34 pm
... The screenshot didn't come through. Unless I'm mistaken, vim-addon-manager should be installing plugins in your ~/.vim folder. Even though you are using...
13250
Eric Weir
eeweir@...
Jun 13, 2012 2:47 pm
... Thanks for the clarification, Tony. So, two reason for having a separate installation of vim: So I could run it in the terminal if I wanted to. [Attempting...
13251
Tim Gray
tgray@...
Jun 13, 2012 3:03 pm
... It's probably wiser to call MacVim from the command line instead of calling the default OS X vim from the command line. This is because some of your...
13252
Eric Weir
eeweir@...
Jun 13, 2012 3:06 pm
... Thanks again, Tim. Sorry about the screenshot. I would've followed up when I realized it, but the description says it all. Only remnants of plugins from...
13253
Eric Weir
eeweir@...
Jun 13, 2012 3:22 pm
... Thanks for the heads up, Tim. And for the explanations of how to call vim from the command line. ... Eric Weir Decatur, GA eeweir@... "What is...
13254
Eric Weir
eeweir@...
Jun 13, 2012 3:36 pm
A quick followup. I notice additions to the spelling dictionary---if that's what it's called;I'm referring to 'en.utf-8.add' and 'en.utf8.add.spl39;---are...
13255
Tim Gray
tgray@...
Jun 13, 2012 3:51 pm
... You are more than welcome to do that, but other versions of vim are not going to look there by default... Is ~/ really better than ~/.vim/? Then again, I...
13256
Tim Gray
tgray@...
Jun 13, 2012 3:52 pm
... Yes, it's the default location for MacVim and vim. -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the...
13257
Eric Weir
eeweir@...
Jun 13, 2012 6:12 pm
... Thanks, Tim. ... Eric Weir Decatur, GA USA eeweir@... "Uncertainty is an uncomfortable position, but certainty is an absurd one." - Voltaire -- ...
13258
Eric Weir
eeweir@...
Jun 13, 2012 6:42 pm
... I don't remember my specific reason for putting it there. I think at the time---and definitely so recently---I found myself going to the vim-addons folder...
13259
Jason Slack-Moehrle
slackmoehrle@...
Jun 14, 2012 3:31 pm
I am trying to create a macVim environment that allows files when double clicked from the Finder and opened via a command-line to be opened in MacVim in tabs. ...