summary refs log tree commit diff stats
path: root/TODO
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-01-18 12:35:19 +0100
committerhut <hut@lavabit.com>2010-01-18 12:35:19 +0100
commit7b04e5073c30c8547baea9f7995bc3ac9913b952 (patch)
tree8a1e8049c3bc8b402d47837b11975e2f575989a9 /TODO
parent80bdc005583adc47a12c28a3f850201958665f10 (diff)
downloadranger-7b04e5073c30c8547baea9f7995bc3ac9913b952.tar.gz
fsobject: recognize capital letter file extensions
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index af36305f..a94db1ee 100644
--- a/TODO
+++ b/TODO
@@ -32,6 +32,7 @@ General
    ( ) #38  10/01/16  searching in pager
    ( ) #39  10/01/17  flushinput now always good
    ( ) #42  10/01/17  memorize directory for `` when using :cd
+   ( ) #43  10/01/18  internally treat the bookmarks ` and ' the same
 
 
 Bugs
@@ -44,7 +45,7 @@ Bugs
    (X) #26  10/01/06  :delete on symlinks of directories fails
    (X) #31  10/01/06  ^C breaks cd-after-exit by stopping sourced shell script
    ( ) #40  10/01/17  freeze with unavailable sshfs
-   ( ) #41  10/01/17  capital file extensions are not recognized
+   (X) #41  10/01/17  capital file extensions are not recognized
 
 
 Ideas
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196