commit | c26206f23a19af299540880ccf80e5a7af0f7db6 | [log] [tgz] |
---|---|---|
author | Michal Marek <mmarek@suse.com> | Wed Oct 14 10:55:04 2015 +0200 |
committer | Michal Marek <mmarek@suse.com> | Tue Jan 05 22:10:39 2016 +0100 |
tree | 073d1f5fd632087cb1de9605bbeeda240c98d9ed | |
parent | e594a178123eb77a3238a73ca35fabc98dec3599 [diff] |
tags: Fix erroneous pattern match in a comment Apparently, ctags applies the rules before deleting comments: ctags: Warning: include/linux/completion.h:22: null expansion of name pattern "\2" Work around this particular case by requiring the group to contain at least one character. Leave the other patters as they are, until a better solution is found. Signed-off-by: Michal Marek <mmarek@suse.com>