Skip to content

Reuse Kate::TextLine instance when inserting/removing

Waqar Ahmed requested to merge work/redblockforline into master

Instead of creating a separate instance leading to a call to blockForLine, we can just reuse the instance by passing it as an arg.

Merge request reports