This file is indexed.

/usr/share/vim/addons/snippets/make.snippets is in vim-snippets 1.0.0-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
snippet ifeq
	ifeq (${1:cond0},${2:cond1})
		${0}
	endif