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

Setting Vundle key mappings to be silent #659

Merged
merged 1 commit into from Nov 5, 2015
Merged

Setting Vundle key mappings to be silent #659

merged 1 commit into from Nov 5, 2015

Conversation

nfischer
Copy link
Contributor

@nfischer nfischer commented Nov 3, 2015

I set already existing Vundle key mappings to have the <silent> attribute so that the commands are not echoed onto the command line. This silences commands such as :silent bd! and :exec 'Install'.getline('.') (which can be confusing for users to see echoed to the screen).

This should not change actual functionality or performance (so it should be a fairly safe merge), but it should improve user experience.

@gmarik
Copy link
Contributor

gmarik commented Nov 4, 2015

@nfischer thanks, i'll take a look ASAP.

@gmarik gmarik self-assigned this Nov 4, 2015
gmarik added a commit that referenced this pull request Nov 5, 2015
Setting Vundle key mappings to be silent
@gmarik gmarik merged commit 5f70ae6 into VundleVim:master Nov 5, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants