From 49168b34d2195ee4221ab406d2482e04d7860517 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 2 Feb 2016 17:33:23 +0100 Subject: [PATCH] - rel 2; move *complete files from rt-extras to rt; fixes 'Unknown function: htmlcomplete#DetectOmniFlavor' --- vim.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vim.spec b/vim.spec index d85ff4e..3d69e4f 100644 --- a/vim.spec +++ b/vim.spec @@ -29,7 +29,7 @@ # VCS Commits: https://github.com/vim/vim/commits/master %define ver 7.4.1236 -%define rel 1 +%define rel 2 Summary: Vi IMproved - a Vi clone Summary(de.UTF-8): VIsual editor iMproved Summary(es.UTF-8): Editor visual incrementado @@ -1234,6 +1234,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/vim/*.vim %dir %{_datadir}/vim/autoload +%{_datadir}/vim/autoload/*complete.vim %doc %{_datadir}/vim/autoload/README.txt %dir %{_datadir}/vim/ftdetect @@ -1329,6 +1330,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %{_datadir}/vim/plugin/*.vim %{_datadir}/vim/autoload/*.vim +%exclude %{_datadir}/vim/autoload/*complete.vim %{_datadir}/vim/autoload/xml %{_datadir}/vim/compiler %{_datadir}/vim/macros -- 2.44.0