diff --git a/vim-8.0-bindsyntax.patch b/vim-8.0-bindsyntax.patch deleted file mode 100644 index e9c5827..0000000 --- a/vim-8.0-bindsyntax.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up vim80/runtime/filetype.vim.bindsyntax vim80/runtime/filetype.vim ---- vim80/runtime/filetype.vim.bindsyntax 2017-03-30 14:35:27.226674642 +0200 -+++ vim80/runtime/filetype.vim 2017-03-30 14:43:01.743145007 +0200 -@@ -289,7 +289,7 @@ au BufNewFile,BufRead *.bst setf bst - - " BIND configuration - " sudoedit uses namedXXXX.conf --au BufNewFile,BufRead named*.conf,rndc*.conf setf named -+au BufNewFile,BufRead named*.conf,rndc*.conf,rndc*.key setf named - - " BIND zone - au BufNewFile,BufRead named.root setf bindzone diff --git a/vim.spec b/vim.spec index 90327fd..68c2907 100644 --- a/vim.spec +++ b/vim.spec @@ -63,7 +63,6 @@ Patch3012: vim-7.4-licensemacro-1151450.patch Patch3013: vim-7.4-globalsyntax.patch Patch3014: vim-7.4-releasestring-1318991.patch Patch3015: vim-8.0-copy-paste.patch -Patch3016: vim-8.0-bindsyntax.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel python3-devel ncurses-devel gettext perl-devel @@ -222,7 +221,6 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch3013 -p1 %patch3014 -p1 %patch3015 -p1 -%patch3016 -p1 -b .bindsyntax %build cd src