about summary refs log tree commit diff stats
path: root/ranger/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/actions.py')
-rw-r--r--ranger/actions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/actions.py b/ranger/actions.py
index bf9a557e..7269abc4 100644
--- a/ranger/actions.py
+++ b/ranger/actions.py
@@ -198,6 +198,7 @@ class Actions(EnvironmentAware, SettingsAware):
 			help_text = get_help(topic)
 
 		pager = self.ui.open_pager()
+		pager.markup = 'help'
 		lines = help_text.split('\n')
 		pager.set_source(lines)