/usr/lib/ruby/1.8/vim/constants.rb is in vim-addon-manager 0.4.4.
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 | # 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.
#
# $Id: constants.rb 866 2007-01-24 21:27:58Z zack $
module Vim
OVERRIDE_FILE = 'plugin/000-vim-addons.vim'
HELPZTAGS = '/usr/bin/helpztags'
end
|