swift.vim
swift.vim copied to clipboard
Fix triple slash continuations
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