- enable filetype plugin

This commit is contained in:
Karsten Hopp 2007-01-08 15:49:50 +00:00
parent 0099cd5fb2
commit cc9923cdff
2 changed files with 6 additions and 1 deletions

View File

@ -21,7 +21,7 @@
Summary: The VIM editor.
Name: vim
Version: %{baseversion}.%{beta}%{patchlevel}
Release: 2
Release: 3
License: freeware
Group: Applications/Editors
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2
@ -970,6 +970,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Mon Jan 08 2007 Karsten Hopp <karsten@redhat.com> 7.0.178-3
- enable filetype plugin
* Thu Dec 14 2006 Karsten Hopp <karsten@redhat.com> 7.0.178-2
- build vim-minimal with features=small instead of tiny (#219605)

2
vimrc
View File

@ -44,6 +44,8 @@ if &t_Co > 2 || has("gui_running")
set hlsearch
endif
filetype plugin on
if &term=="xterm"
set t_Co=8
set t_Sb=[4%dm