From cc9923cdff77a4bbb46fae45063b9e419b7a693b Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Jan 08 2007 15:49:50 +0000 Subject: - enable filetype plugin --- diff --git a/vim.spec b/vim.spec index 2cda66f..e4e5568 100644 --- a/vim.spec +++ b/vim.spec @@ -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 7.0.178-3 +- enable filetype plugin + * Thu Dec 14 2006 Karsten Hopp 7.0.178-2 - build vim-minimal with features=small instead of tiny (#219605) diff --git a/vimrc b/vimrc index c7f142e..3b1be6e 100644 --- a/vimrc +++ b/vimrc @@ -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