summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cc b/src/client.cc
index f2f1ef64..281186cb 100644
--- a/src/client.cc
+++ b/src/client.cc
@@ -1066,7 +1066,7 @@ DisplayLine Client::generate_mode_line() const
if (context().buffer().is_modified())
oss << " [+]";
if (is_recording())
- oss << " [recording]";
+ oss << " [recording (" << m_recording_reg << ")]";
if (context().buffer().flags() & Buffer::Flags::New)
oss << " [new file]";
oss << " [" << m_mode->description() << "]" << " - " << name();