summary refs log tree commit diff stats
path: root/tests/__init__.py
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2019-03-05 00:12:57 +0100
committertoonn <toonn@toonn.io>2019-03-05 00:12:57 +0100
commitc25ab7a079b6d490b4413ef0e0ffe409a3f1b763 (patch)
treebf2b3305fb81c8ff26f6b7c321bd297f92c57ce6 /tests/__init__.py
parent51e7383ad5ebdf35374d62b44ca57ad58ce339cb (diff)
downloadranger-c25ab7a079b6d490b4413ef0e0ffe409a3f1b763.tar.gz
Fix dest check for :paste
The new destination argument for `:paste` requires a guard on whether it
is a valid target. A bug snuck in because of copious negation : )
This is now fixed, we only allow the target to be a directory or `None`
which means the current tab's working directory.
Diffstat (limited to 'tests/__init__.py')
0 files changed, 0 insertions, 0 deletions
d=789717d109016279bd541efe5b72899fbcf68335'>789717d ^
650a1fb ^
dbf7e03 ^


95766d6 ^
dbf7e03 ^
1076f2b



42277b1 ^
5d3fd37 ^
a2d56f6 ^
99b126d ^

1076f2b
650a1fb ^
1076f2b
95766d6 ^
82064af ^
1076f2b

4d55eee ^
db876f9 ^
dbf7e03 ^

4d55eee ^






dbf7e03 ^

4d55eee ^
dbf7e03 ^
4d55eee ^


dbf7e03 ^
d9386a0 ^
4d55eee ^
dbf7e03 ^

4d55eee ^



dc5c070 ^

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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62