about summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-08-02 13:10:42 -0400
committerDrew DeVault <sir@cmpwn.com>2019-08-03 10:48:47 -0400
commit63f934ee71cdf2c96379c393566556b7c289cceb (patch)
treeb4ac6bf64f51bbc2db3cadc04afa31e32c77e43b /lib
parent302bc1cda6a5f138a033b5d970ccee2d0abc0334 (diff)
downloadaerc-63f934ee71cdf2c96379c393566556b7c289cceb.tar.gz
Fix directory completion case sensitivity
Before, lower_only was not being correctly set and was only considering
whether the string ended with a lowercase sequence. Refactored this with
some more explicit functions as the logic is a little confusing.
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions
committer Kartik Agaram <vc@akkartik.com> 2018-12-29 15:27:18 -0800 4890 - new html renderings' href='/akkartik/mu/commit/html/subx/examples/ex2.subx.html?h=main&id=ac07e589b3e912c704c2011d543f18b16712ff15'>ac07e589 ^
bb2b6ba7 ^

ac07e589 ^

08a0eed6 ^
14a38052 ^
ac07e589 ^
60338448 ^
ac07e589 ^
695f9bf8 ^
bb2b6ba7 ^















695f9bf8 ^
bb2b6ba7 ^















c9bda4d1 ^
bb2b6ba7 ^
14a38052 ^
c56d803c ^
60338448 ^
a0d3cac4 ^
ebd35521 ^
c56d803c ^


bb2b6ba7 ^
a0d3cac4 ^
d1c9392a ^
695f9bf8 ^
33352536 ^



a0d3cac4 ^



bb2b6ba7 ^



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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79