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

[vintage] Can't delete colon when in "insert mode" #47

Closed
ShaunDychko opened this issue Sep 20, 2013 · 0 comments
Closed

[vintage] Can't delete colon when in "insert mode" #47

ShaunDychko opened this issue Sep 20, 2013 · 0 comments
Labels

Comments

@ShaunDychko
Copy link

When using "insert mode" with the "vintage" package, it isn't possible to delete a colon after a property when it's immediately followed by a semi-colon. If you try, the bar at the bottom of Sublime Text presents the message "Unable to Open". In the following example, the colon after background can't be deleted without changing to "command mode", or by typing something after the colon, then coming back to delete it.

.my-selector {
  background:[caret-position];
}

Maybe this issue, and this one: #46
would both be solved by not automatically inserting a semi-colon after a colon. Is there a way to configure that in settings?

@danro danro closed this as completed in 2ea4cf2 Oct 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant