chrisbra / Recover.vim

A Plugin to show a diff, whenever recovering a buffer
http://www.vim.org/scripts/script.php?script_id=3068
247 stars 25 forks source link

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

Closed gpakosz closed 10 years ago

gpakosz commented 10 years ago

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.

chrisbra commented 10 years ago

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"

gpakosz commented 10 years ago

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

chrisbra commented 10 years ago

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!

chrisbra commented 10 years ago

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 482aa6ece46f64 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

gpakosz commented 10 years ago

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

chrisbra commented 10 years ago

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

gpakosz commented 10 years ago

Terminal version. I don't use MacVim