Good day, I'd like to propouse the iOS implementation of vim to be part of the download web page: http://applidium.com/en/applications/vim/ Greetings and thank...
13217
Stephen Rasku
srasku@...
May 7, 2012 9:03 pm
I am using MacVim 7.3. I have the following as the last two lines in my ~/.vimrc: hi DiffText guibg=DeepSkyBlue hi DiffChange guibg=Gold However, when I look...
13218
Kelan Champagne
kelan-list@...
May 10, 2012 5:35 am
... Related to this, I just discovered that you can bring that existing window forward, if you know its servername. Just do: $ mvim --servername VIM...
13219
Alex
alejandro.marco.ramos...
May 12, 2012 10:48 pm
Hello, i have a problem with vim. In my .vimrc file i wrote this for automatic indentation of python files filetype indent on filetype plugin on This not work,...
13220
Phil Dobbin
phildobbin@...
May 12, 2012 11:15 pm
... Hash: SHA1 ... try: `filetype plugin indent on` without the backticks. Cheers, Phil... - -- But masters, remember that I am an ass. Though it be not...
13221
Alex Lovell-Troy
farmking@...
May 16, 2012 7:10 pm
Hi all, For the time being, I'm handling the snow leopard builds of MacVim from my github account[1]. Björn got a report[2] of that build having problems...
13222
Cássio Marques
cassiommc@...
May 16, 2012 7:13 pm
Hi, Here's what I got: ['/usr/local/lib/python26.zip', '/usr/local/lib/python2.6/', '/usr/local/lib/python2.6/plat-darwin39;,...
13223
björn
bjorn.winckler@...
May 17, 2012 8:17 am
... Thanks Cássio, that is definitely not correct. Alex: I am guessing that you have Homebrew or something similar installed and the build picked up the wrong...
13224
Alex Lovell-Troy
farmking@...
May 17, 2012 3:32 pm
Aye. Looks like my goof here. I'll get a new snapshot build this weekend if at all possible and definitely when björn releases his. -alex ... -- You...
13225
Niels Kobschätzki
niels@...
May 18, 2012 2:13 pm
Hi, which $PATH does MacVim use? When I do :!echo $PATH it significantly differs from the path I use in zsh or bash. Where do I set the $PATH for MacVim? Niels...
13226
Ansman
nicklas@...
May 18, 2012 4:05 pm
No matter what I do I cannot bind <Tab> to autocompletion in insert mode. I've tried removing my vimrc and just having set nocompatible and it still doesn't...
13227
dsim
gdeserega@...
May 22, 2012 11:24 am
I have trouble with macvim url handler on mac os 10.7.4 and macvim snapshot 64. When I try "mvim://open?url=file:///file" nothing happens. Just open macvim but...
13228
björn
bjorn.winckler@...
May 22, 2012 5:13 pm
... It works fine for me, which makes me thing that you are probably entering the wrong path. For example, if you have a file "test.txt" in your user folder...
13229
Alex Lovell-Troy
farmking@...
May 29, 2012 6:52 pm
*NEW Snow Leopard Build of MacVim available* It's been a couple of weeks and I haven't heard of a new snapshot being ready, but to make sure I can still build...
13230
Bram Moolenaar
Bram@...
Jun 1, 2012 12:58 pm
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...