v0.17.1 prints `<tab>` string for every tab keystroke
See original GitHub issueDescribe the bug
After updating to version v0.17.1
VSCodeVim now prints the <tab>
string for every tab keystroke. Tried with a clean vscode install without any other extensions or custom settings and still getting the issue.
To Reproduce Press the tab key.
Expected behavior
Print indentation instead of the <tab>
string.
Screenshots
Environment (please complete the following information):
- Extension (VsCodeVim) version:
v0.17.1
- VSCode version:
1.30.1
- OS:
OS X 10.14
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:9 (4 by maintainers)
Top Results From Across the Web
How do I write a "tab" in Python? - Stack Overflow
This is the code: f = open(filename, 'w') f.write("hello\talex"). The \t inside the string is the escape sequence for the horizontal tabulation.
Read more >tabwriter package - rsc.io/xstd/go1.17.1/text/tabwriter - Go Packages
Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.
Read more >Inserting a tab character into a string - MATLAB Answers
Inserting a tab character into a string. Learn more about stringcat, strings MATLAB. ... I am attempting to insert a space into a...
Read more >bat - crates.io: Rust Package Registry
A cat(1) clone with syntax highlighting and Git integration. Key Features • How To Use • Installation • Customization • Project goals, alternatives...
Read more >Developer Guide — Spack 0.17.1 documentation
This gets us to the two key concepts in Spack's software design: ... flags for an existing command, make sure to update Spack's...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Very interesting. Definitely a regression.
You can install a different version if you select the gear button on the extension menu.
Update on it’s way: https://travis-ci.org/VSCodeVim/Vim/builds/472936016