swift.vim icon indicating copy to clipboard operation
swift.vim copied to clipboard

Fix triple slash continuations

Open keith opened this issue 5 years ago • 0 comments

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

keith avatar Jul 09 '19 05:07 keith