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 triple slash continuations #139

Open
keith opened this issue Jul 9, 2019 · 0 comments · May be fixed by #140
Open

Fix triple slash continuations #139

keith opened this issue Jul 9, 2019 · 0 comments · May be fixed by #140

Comments

@keith
Copy link
Owner

keith commented Jul 9, 2019

Currently if you're editing a docstring like this:

/// Foo<press enter>

You end up with:

/// Foo
//<cursor>

Ideally you would end up with 3 slashes on the second line. The Rust vim syntax files do this correctly, so I'm sure it's something that can be fixed

hristost added a commit to hristost/swift.vim that referenced this issue Dec 28, 2019
@hristost hristost linked a pull request Dec 28, 2019 that will close this issue
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 a pull request may close this issue.

1 participant