diff options
Diffstat (limited to 'vim/bundle/YouCompleteMe/print_todos.sh')
-rwxr-xr-x | vim/bundle/YouCompleteMe/print_todos.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vim/bundle/YouCompleteMe/print_todos.sh b/vim/bundle/YouCompleteMe/print_todos.sh new file mode 100755 index 0000000..c07471c --- /dev/null +++ b/vim/bundle/YouCompleteMe/print_todos.sh @@ -0,0 +1,8 @@ +#!/bin/bash +ag \ +--ignore gmock \ +--ignore jedi/ \ +--ignore OmniSharpServer \ +--ignore testdata \ +TODO \ +third_party/ycmd/cpp/ycm python autoload plugin |