Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/src/transaction.rs')
| -rw-r--r-- | helix-core/src/transaction.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-core/src/transaction.rs b/helix-core/src/transaction.rs index 41faf8f7..37be2e2e 100644 --- a/helix-core/src/transaction.rs +++ b/helix-core/src/transaction.rs @@ -361,6 +361,7 @@ impl ChangeSet { pos += s.chars().count(); } } + println!("=>\n{text}"); } true } |