This file is indexed.

/usr/share/doc/maradns-docs/misc/vim.cheatsheet is in maradns-docs 2.0.13-1.2.

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
 6
 7
 8
 9
10
11
In order to disable all of the "smart" indenting, you need to do
the following incantations

:set noai
:set noautoindent
:set nosmartindent
:set nocindent
:set comments=""
:set indentexpr=""

Ugh.  Can you say feature bloat?