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

jk doesn't respect tab size #3796

Closed
falsandtru opened this issue May 27, 2019 · 2 comments
Closed

jk doesn't respect tab size #3796

falsandtru opened this issue May 27, 2019 · 2 comments

Comments

@falsandtru
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

func f() {
	return
}
  1. Put cursor on r.
  2. Type k.
  3. Cursor moves onto u.

Expected behavior
Cursor moves onto n.

Screenshots
If applicable, add screenshots to help explain your problem.
If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings.

Environment (please complete the following information):

  • Extension (VsCodeVim) version:1.8.1
  • VSCode version:1.34.0
  • OS:Ubuntu 18.04

Additional context
This is a problem especially with go lang because go formatter replaces spaces with tabs.

@ctidd
Copy link

ctidd commented Jul 5, 2019

For the maintainers (if you prefer to dedupe issues) the following are related: #2458, #2913

This has been reproduced on Linux, MacOS, and Windows.

@J-Fields
Copy link
Member

Closing in favor of #2458

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants