This file is indexed.

/usr/share/bug/vim/presubj is in vim 2:7.4.052-1ubuntu3.

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
12
13
14
15
Before filing a bug, please ensure that your configuration is not the cause of
the bug.  At the very least, this can help narrow down exactly where the bug
exists or what option is causing the behavior.

If the potential bug is part of Vim's basic functionality, run

  (g)vim -u NONE -U NONE -N

If the potential bug is part of Vim's plugins, run

  (g)vim -u NORC -U NORC -N

If the potential bug is part of Vim's filetype-specific functionality, run

  (g)vim -u NORC -U NORC --cmd 'filetype plugin indent on' -N