# Global runtime
%vim_dir	/usr/share/vim

# Spell files are in vim_dir
%vim_spell_dir	%vim_dir/spell
%vim_spell_source_dir	/usr/src/vimspell
%mkvimspell(L:a)	%{!-L:%{!-a:%{error:mkvimspell: neither language nor -a is specified} }}%{-L:env LANG="%{-L*}"} /usr/bin/vim-console -E -X -N -n -i NONE -u NONE -U NONE -c 'mkspell! %{-a:-ascii} %*' -c q
# VIMSPELLVERSION.VIMSUGVERSION
%vimspell_version	50.1

%vim_runtime_dir	%vim_dir/vimfiles
# Additional dirs in global runtime
%vim_after_dir	%vim_runtime_dir/after
%vim_autoload_dir	%vim_runtime_dir/autoload
%vim_colors_dir	%vim_runtime_dir/colors
%vim_compiler_dir	%vim_runtime_dir/compiler
%vim_doc_dir	%vim_runtime_dir/doc
%vim_ftdetect_dir	%vim_runtime_dir/ftdetect
%vim_ftplugin_dir	%vim_runtime_dir/ftplugin
%vim_indent_dir	%vim_runtime_dir/indent
%vim_keymap_dir	%vim_runtime_dir/keymap
%vim_lang_dir	%vim_runtime_dir/lang
%vim_plugin_dir	%vim_runtime_dir/plugin
%vim_print_dir	%vim_runtime_dir/print
%vim_syntax_dir	%vim_runtime_dir/syntax

# "after" dirs in global runtime
%vim_after_compiler_dir	%vim_after_dir/compiler
%vim_after_ftplugin_dir	%vim_after_dir/ftplugin
%vim_after_indent_dir	%vim_after_dir/indent
%vim_after_plugin_dir	%vim_after_dir/plugin
%vim_after_syntax_dir	%vim_after_dir/syntax

%vim_script_url() http://www.vim.org/scripts/script.php?script_id=%1%nil

# post-install commands (obsoleted by filetrigger)
%update_vimhelp	%{warning %%update_vimhelp is obsolete}
%clean_vimhelp		%{warning %%clean_vimhelp is obsolete}
