Browse Source

fix rc script: default for vim_enable was missing

master
parent
commit
5b7a49b3d3
  1. 3
      vim/rc.vim
  2. 2
      vim/vim.spec

3
vim/rc.vim

@ -3,6 +3,9 @@
## rc.vim -- Run-Commands
##
%config
vim_enable="$openpkg_rc_def"
%env
if opServiceEnabled vim; then
EDITOR="@l_prefix@/bin/vim"

2
vim/vim.spec

@ -38,7 +38,7 @@ Distribution: OpenPKG [CORE]
Group: Editor
License: Charityware
Version: %{V_vl}.%{V_pl}
Release: 20030709
Release: 20030711
# package options
%option with_x11 no

Loading…
Cancel
Save