This file is indexed.

/usr/share/vim/addons/snippets/po.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
5
snippet msg
	msgid "${1}"
	msgstr "${2}"

	${0}