summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/config/commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py
index db14403f..49d8f213 100644
--- a/ranger/config/commands.py
+++ b/ranger/config/commands.py
@@ -1330,6 +1330,7 @@ class paper(Command):
     manager module of ranger and can be later displayed in ranger, for example
     by setting the option "linemode" to "papertitle".
     """
+    _paper_console_chain = None
     def execute(self):
         # TODO: This sets a pseudo-global variable containing a stack of
         # commands that should be opened in the console next.  It's a
om> 2019-07-27 17:47:59 -0700 5485 - promote SubX to top-level' href='/akkartik/mu/commit/test_layers?h=main&id=6e1eeeebfb453fa7c871869c19375ce60fbd7413'>6e1eeeeb ^
a6a95dae ^
6e1eeeeb ^


1baa04db ^
1baa04db ^
6e1eeeeb ^
1baa04db ^

6e1eeeeb ^
d9ee2076 ^
f902aa09 ^
4ba60f35 ^
6e1eeeeb ^


6e1eeeeb ^
b28aa6e7 ^
fd91f7f6 ^
6e1eeeeb ^


fd91f7f6 ^
6e1eeeeb ^


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
32