summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index d5f740a3..8a57330b 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -545,8 +545,8 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware):
 			lines = help_text.split('\n')
 
 		pager = self.ui.open_pager()
-		pager.markup = 'help'
 		pager.set_source(lines)
+		pager.markup = 'help'
 		pager.move(down=scroll_to_line)
 
 	def display_log(self):
dec6'>a4570538 ^
27eec7c6 ^




bfcea0c9 ^
27eec7c6 ^
6c8b05d7 ^

27eec7c6 ^








19978ad2 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31