markonm / traces.vim

Range, pattern and substitute preview for Vim
MIT License
735 stars 13 forks source link

spaces replaced by line break in preview if regex syntax specified in :substitute #21

Closed Konfekt closed 6 years ago

Konfekt commented 6 years ago

In any archive, hitting

:%substitute:\v::cgI<Left><Left><Left><Left><Left>

inserts line breaks where spaces are. Same for any other regular expression syntax modifier, such as \m or \V.

markonm commented 6 years ago

Is soft wrapping enabled when it happens?

Konfekt commented 6 years ago

Yes.

markonm commented 6 years ago

Do you have the same issue when it's turned off?

Konfekt commented 6 years ago

No.

markonm commented 6 years ago

This issue is then a duplicate of #18. Closing.