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

Fix WORD wrapped in pipes #3829

Merged
merged 2 commits into from
Jun 30, 2019
Merged

Fix WORD wrapped in pipes #3829

merged 2 commits into from
Jun 30, 2019

Conversation

scebotari66
Copy link
Contributor

What this PR does / why we need it:
Fixes typo in ROADMAP.md

Which issue(s) this PR fixes
Fixes #3823

@TravisBuddy
Copy link

Travis tests have failed

Hey @scebotari66,
Please read the following log in order to understand the failure reason.
It'll be awesome if you fix what's wrong and commit the changes.

Node.js: 8

View build log

if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
The command "if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi" exited with 0.

$ npm run build

> [email protected] build /home/travis/build/VSCodeVim/Vim
> gulp build

[13:37:59] Using gulpfile ~/build/VSCodeVim/Vim/gulpfile.js
[13:37:59] Starting 'build'...
[13:37:59] Starting 'prettier'...
[13:38:02] Finished 'prettier' after 2.26 s
[13:38:02] Starting 'tsc'...
[13:38:02] Starting 'tslint'...
[13:38:09] Finished 'tslint' after 7.75 s
[13:38:18] Finished 'tsc' after 17 s
[13:38:18] Starting 'commit-hash'...
[13:38:18] Finished 'commit-hash' after 27 ms
[13:38:18] Finished 'build' after 19 s
The command "npm run build" exited with 0.

$ npm test --silent
### VS Code Extension Test Run ###

Current working directory: /home/travis/build/VSCodeVim/Vim
Downloading VS Code 1.35.1 into .vscode-test/vscode-1.35.1.
Downloading VS Code from: https://update.code.visualstudio.com/1.35.1/linux-x64/stable
Downloaded VS Code 1.35.1
Running extension tests: /home/travis/build/VSCodeVim/Vim/.vscode-test/vscode-1.35.1/VSCode-linux-x64/code /home/travis/build/VSCodeVim/Vim/out/test --extensionDevelopmentPath=/home/travis/build/VSCodeVim/Vim --extensionTestsPath=/home/travis/build/VSCodeVim/Vim/out/test --locale=en
Tests exited with code: 1
The command "npm test --silent" exited with 1.



Done. Your build exited with 1.
npm test --silent
### VS Code Extension Test Run ###

Current working directory: /home/travis/build/VSCodeVim/Vim
Downloading VS Code 1.35.1 into .vscode-test/vscode-1.35.1.
Downloading VS Code from: https://update.code.visualstudio.com/1.35.1/linux-x64/stable
Downloaded VS Code 1.35.1
Running extension tests: /home/travis/build/VSCodeVim/Vim/.vscode-test/vscode-1.35.1/VSCode-linux-x64/code /home/travis/build/VSCodeVim/Vim/out/test --extensionDevelopmentPath=/home/travis/build/VSCodeVim/Vim --extensionTestsPath=/home/travis/build/VSCodeVim/Vim/out/test --locale=en
Tests exited with code: 1
TravisBuddy Request Identifier: 55fe0b80-9685-11e9-9418-53fb1d2732c3

@jpoon jpoon merged commit fb69227 into VSCodeVim:master Jun 30, 2019
@scebotari66 scebotari66 deleted the fix/WORD-pipe-wrapping-typo branch August 12, 2019 11:13
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.

Invisible "WORD" in roadmap
3 participants