-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
change vim.debug.suppress to vim.debug.silent #3591
Conversation
Travis tests have failedHey @xiaoouwang, Node.js: 8if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
TravisBuddy Request Identifier: 0cb16b60-473a-11e9-b0e8-8b61f2830e3a |
Can you fix build errors? |
Travis tests have failedHey @xiaoouwang, Node.js: 8if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
TravisBuddy Request Identifier: 9b9c8500-670e-11e9-94fa-41269b57128f |
Sorry I don't know how to use travis. I think this commit is quite simple and by no way it will cause other bugs. I'm new to github so maybe someone can fix it. |
Superseded with 3373e15 |
What this PR does / why we need it:
it changes vim.debug.suppress to vim.debug.silent because the right configuration name is silent.
Which issue(s) this PR fixes
it permets to suppress error messages if the user wants to.
Special notes for your reviewer:
please accept this pr