index
:
bin
master
My scripts
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ag-todos
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'ag-todos')
-rwxr-xr-x
ag-todos
2
1 files changed, 1 insertions, 1 deletions
diff --git a/ag-todos b/ag-todos
index ed6a0ae..3884dc1 100755
--- a/
ag-todos
+++ b/
ag-todos
@@ -1,3 +1,3 @@
#!/bin/bash
-exec ag "(FIXME|TODO|XXX|HACK|BUG)" "$@"
+exec ag "\b(FIXME|TODO|XXX|HACK|BUG)\b" "$@"