Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/document.rs')
-rw-r--r--helix-view/src/document.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/helix-view/src/document.rs b/helix-view/src/document.rs
index edbc96b0..42e9b99d 100644
--- a/helix-view/src/document.rs
+++ b/helix-view/src/document.rs
@@ -772,6 +772,11 @@ impl Document {
))
})
{
+ log::debug!(
+ "formatting '{}' with command '{}', args {fmt_args:?}",
+ self.display_name(),
+ fmt_cmd.display(),
+ );
use std::process::Stdio;
let text = self.text().clone();