Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Press ENTER or type command to continue #30

Closed
gpakosz opened this issue Jun 18, 2014 · 2 comments
Closed

Press ENTER or type command to continue #30

gpakosz opened this issue Jun 18, 2014 · 2 comments
Assignees

Comments

@gpakosz
Copy link

gpakosz commented Jun 18, 2014

Everytime I open Extradite issuing :Extradite I get:

"/var/folders/1h/q9nt7m6d2fs61_v177kq1_h00000gn/T/vzJxuwq/13.extradite" [noeol] 5L, 99C
1 line less
Press ENTER or type command to continue
xaizek added a commit that referenced this issue Jun 18, 2014
They cause "Press ENTER..." messages to appear as in #30 and we
don't want them.
@xaizek
Copy link
Collaborator

xaizek commented Jun 18, 2014

Made a change that addresses this, still you might want to know the following:

Your system generates really long names for temporary files and 'shortmess' option in your setup doesn't contain t flag (this is a guess). This causes Vim to pause so you could read full long message in case it's useful for you. If it's OK to skip such messages, try enabling the flag in your vimrc:

set shortmess+=t

From documentation:

      t truncate file message at the start if it is too long to fit
        on the command-line, "<" will appear in the left most column.

My point is that the change might address this case, but same can happen with other plugins or just when you open file that has really long name.

@xaizek xaizek self-assigned this Jun 18, 2014
@gpakosz
Copy link
Author

gpakosz commented Jun 28, 2014

Thanks for the analysis. Indeed I don't really want to add t to shortmess.

@xaizek xaizek closed this as completed Jun 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants