about summary refs log tree commit diff
path: root/notagain
diff options
context:
space:
mode:
Diffstat (limited to 'notagain')
-rwxr-xr-xnotagain2
1 files changed, 1 insertions, 1 deletions
diff --git a/notagain b/notagain
index 6c474c8..faa40b4 100755
--- a/notagain
+++ b/notagain
@@ -10,7 +10,7 @@ def parse(io, filename=nil)
   todos = [Entry.new(-1, "/", "", nil, [])]
 
   while line = io.gets
-    if line =~ /\A(?:\s*(?:#|\/\/)\s)?(\s*)([-xX?])\s+(.*)/
+    if line =~ /\A(?:\s*(?:#|\/\/)\s)?(\s*)([-xX?*])\s+(.*)/
       force = nil
 
       i, state, desc = $1.size, $2, $3