# 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
