
31 May
2019
31 May
'19
10:07 a.m.
On 5/30/19 8:51 PM, Jiri Denemark wrote:
Depending on the way ctags was compiled, it may look for .ctags.d/*.ctags files rather than .ctags for reading configuration.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- .ctags.d/libvirt.ctags | 1 + 1 file changed, 1 insertion(+) create mode 120000 .ctags.d/libvirt.ctags
diff --git a/.ctags.d/libvirt.ctags b/.ctags.d/libvirt.ctags new file mode 120000 index 0000000000..eefd37f401 --- /dev/null +++ b/.ctags.d/libvirt.ctags @@ -0,0 +1 @@ +../.ctags \ No newline at end of file
ACK and safe for freeze. I was wondering what went wrong because I've started seeing all those html files in 'tags'. Thanks for fixing this. Michal