summary refs log tree commit diff stats
path: root/TODO
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-04-26 00:39:56 +0200
committerhut <hut@lavabit.com>2010-04-26 00:39:56 +0200
commitc1a9373cd72e8d8e8fa79036f5022835e3b5138e (patch)
treedc716e7bb7104ad0ede2e0274e8bf6fc28c2da04 /TODO
parent58c84bd660705b3f3980169b173aced8d233b2b1 (diff)
downloadranger-c1a9373cd72e8d8e8fa79036f5022835e3b5138e.tar.gz
TODO: update
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index f7ad1936..aac244cd 100644
--- a/TODO
+++ b/TODO
@@ -79,6 +79,7 @@ Bugs
    (X) #73  10/03/21  when clicking on the first column, it goes 1x down
    (X) #74  10/03/21  console doesn't scroll
    ( ) #78  10/03/31  broken preview when deleting all files in a directory
+   ( ) #85  10/04/26  no automatic reload of directory after using :filter
 
 
 Ideas
@@ -96,4 +97,5 @@ Ideas
    (X) #76  10/03/28  save history between sessions
    (X) #77  10/03/28  colorscheme overlay in options.py
    ( ) #82  10/04/19  :s command for batch renaming
+   ( ) #84  10/04/25  use pygments for syntax highlighting
 
a> 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 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 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222