about summary refs log tree commit diff stats
path: root/ranger/config/rc.conf
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2019-10-01 22:16:48 +0200
committerWojciech Siewierski <wojciech.siewierski@onet.pl>2019-10-01 22:18:12 +0200
commitcb1fa307e7ea8c55d210f23097143fa1f9f6160c (patch)
treed2701ddbd3b84a30c9a77c0be4be93405fc0d6f2 /ranger/config/rc.conf
parent11087fd48f4fcbec9112a25d77eec0a5b2211d9f (diff)
downloadranger-cb1fa307e7ea8c55d210f23097143fa1f9f6160c.tar.gz
Add a configurable VCS max message length
Previously it was hardcoded as 50, let's make it easy to change for
the user.

Improves upon #1705.
Related to #1704.
Diffstat (limited to 'ranger/config/rc.conf')
-rw-r--r--ranger/config/rc.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf
index 00a20def..b0bddd55 100644
--- a/ranger/config/rc.conf
+++ b/ranger/config/rc.conf
@@ -67,6 +67,9 @@ set vcs_backend_hg disabled
 set vcs_backend_bzr disabled
 set vcs_backend_svn disabled
 
+# Truncate the long commit messages to this length when shown in the statusbar.
+set vcs_msg_length 50
+
 # Use one of the supported image preview protocols
 set preview_images false