This file is indexed.

/usr/lib/ruby/vendor_ruby/vim/addon_manager/constants.rb is in vim-addon-manager 0.5.5.

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
16
17
18
19
# vim-addons: command line manager of Vim addons
#
# Copyright (C) 2007 Stefano Zacchiroli
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.

module Vim

  class AddonManager

    OVERRIDE_FILE = 'plugin/000-vim-addons.vim'
    HELPZTAGS = '/usr/bin/helpztags'

  end

end