chrisbra/Recover.vim

Entering Ex mode. Type "visual" to go to Normal mode.

Closed this issue · 7 comments

I suspect the following isn't normal:

".vimrc.local"
".vimrc.local" 8 lines, 303 characters
Entering Ex mode.  Type "visual" to go to Normal mode.
:
Please choose:
D[i]ff, (O)pen Read-Only, (E)dit anyway, (R)ecover, (Q)uit, (A)bort, (D)elete:

I'm getting with Vim 7.4 installed with homebrew, pathogen commit 1270dceb1fe0ca35f8b292c7b41b45b42c5a0cc1, and Recover.vim commit cfe49d8a735282e711cf1437e0fd0150d8fe4087

I deleted all other plugins.

Hi Gregory!

On Sa, 04 Jan 2014, Gregory Pakosz wrote:

I suspect the following isn't normal:

".vimrc.local"
".vimrc.local" 8 lines, 303 characters
Entering Ex mode.  Type "visual" to go to Normal mode.
:
Please choose:
D[i]ff, (O)pen Read-Only, (E)dit anyway, (R)ecover, (Q)uit, (A)bort, (D)elete:

I'm getting with Vim 7.4 installed with homebrew, pathogen commit 1270dceb1fe0ca35f8b292c7b41b45b42c5a0cc1, and Recover.vim commit cfe49d8a735282e711cf1437e0fd0150d8fe4087

I deleted all other plugins.

I suspect, this is running on the Mac? Can you show me the output of

:echo has("mac")
:echo has("macunix")
:echo has("gui_mac")

Thanks,

Best,

Christian

Letzte Worte eines Steinzeitmenschen:
"Ich frag mich, was in der Höhle ist"

Yes Vim 7.4 compiled with homebrew.

:echo has("mac") -> 1
:echo has("macunix") -> 1
:echo has("gui_mac") -> 0

which makes sense since I'm launching it in a terminal

Hi Gregory!

On So, 05 Jan 2014, Gregory Pakosz wrote:

Yes Vim 7.4 compiled with homebrew.

:echo has("mac") -> 1
:echo has("macunix") -> 1
:echo has("gui_mac") -> 0

which makes sense since I'm launching it in a terminal

Do you happen to know, if this works correctly with the gui version on
the Mac?

Best,

Christian

Computer sind das genialste Produkt menschlicher Faulheit!

Hi Gregory!

On So, 05 Jan 2014, Gregory Pakosz wrote:

Yes Vim 7.4 compiled with homebrew.

:echo has("mac") -> 1
:echo has("macunix") -> 1
:echo has("gui_mac") -> 0

which makes sense since I'm launching it in a terminal

Can you check, if commit 482aa6e fixes your issue?

Best,

Christian

Ein Mann wie Voltaire taugt(e) zu keinem ewigen Hofmann, weil seine
Kraft die Ebene und Leichtigkeit der Geselligkeit unterbrach.
-- Jean Paul

With 482aa6e I get

Swap File '/Users/gpakosz/.vim/tmp/test.txt.swp' found:
D[i]ff, (O)pen Read-Only, (E)dit anyway, (R)ecover, (Q)uit, (A)bort:

Which I guess is ok

On Thu, January 9, 2014 15:43, Gregory Pakosz wrote:

With 482aa6e I get

Swap File '/Users/gpakosz/.vim/tmp/test.txt.swp' found:
D[i]ff, (O)pen Read-Only, (E)dit anyway, (R)ecover, (Q)uit, (A)bort:

Which I guess is ok

Yes. That would be expected. Can you please also tell me, if this was only
a problem with the terminal version or also with the Mac Gui version?

Thanks,
Christian

Terminal version. I don't use MacVim