[packages/vim] - up to 8.0

arekm arekm at pld-linux.org
Mon Sep 12 16:38:10 CEST 2016


commit 04e1d126f0057142c4c77ef45c33bfa06e7b7d07
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Sep 12 16:37:58 2016 +0200

    - up to 8.0

 010_all_vim-6.3-vixie.patch | 26 +++++++++++++-------------
 vim-po-syntax.patch         | 12 ++++++------
 vim.spec                    |  4 ++--
 3 files changed, 21 insertions(+), 21 deletions(-)
---
diff --git a/vim.spec b/vim.spec
index f8eb957..db798ff 100644
--- a/vim.spec
+++ b/vim.spec
@@ -28,7 +28,7 @@
 # tail -n1 sources | awk '{print $2}'
 # VCS Commits: https://github.com/vim/vim/commits/master
 
-%define		ver		7.4.2189
+%define		ver		8.0.0000
 %define		rel		1
 Summary:	Vi IMproved - a Vi clone
 Summary(de.UTF-8):	VIsual editor iMproved
@@ -49,7 +49,7 @@ License:	Charityware
 Group:		Applications/Editors/Vim
 #Source0:	ftp://ftp.vim.org/pub/vim/unix/%{name}-%{ver}.tar.bz2
 Source0:	https://github.com/vim/vim/archive/v%{ver}.tar.gz
-# Source0-md5:	7d8edf9269bb12f888f5585681e69bcc
+# Source0-md5:	486dc8bbed04421d0a674f9722299a45
 Source1:	http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5:	bc4d1e115ca506ad7751b9bd2b773a7f
 Source2:	http://skawina.eu.org/mikolaj/usr_doc_pl.zip
diff --git a/010_all_vim-6.3-vixie.patch b/010_all_vim-6.3-vixie.patch
index 9fd4322..9440f65 100644
--- a/010_all_vim-6.3-vixie.patch
+++ b/010_all_vim-6.3-vixie.patch
@@ -38,24 +38,24 @@
  " For version 5.7 and earlier: only when not done already
  " For version 5.8 and later: only when an item doesn't have highlighting yet
 @@ -63,6 +57,7 @@
- 		command -nargs=+ HiLink hi def link <args>
+ 		command -nargs=+ hi def link hi def link <args>
  	endif
  
-+	HiLink crontabSpecial		PreProc
- 	HiLink crontabMin		Number
- 	HiLink crontabHr		PreProc
- 	HiLink crontabDay		Type
++hi def link crontabSpecial		PreProc
+ hi def link crontabMin		Number
+ hi def link crontabHr		PreProc
+ hi def link crontabDay		Type
 @@ -84,6 +79,13 @@
  " comment out next line for to suppress unix commands coloring.
- 	HiLink crontabCmd		Statement
+ hi def link crontabCmd		Statement
  
-+	HiLink crontabCmdSpecial	Special
++hi def link crontabCmdSpecial	Special
 +
-+	HiLink crontabVar		Identifier
-+	HiLink crontabVarEq		Special
-+	HiLink crontabVarVal		Constant
-+	HiLink crontabVarValQ		String
++hi def link crontabVar		Identifier
++hi def link crontabVarEq		Special
++hi def link crontabVarVal		Constant
++hi def link crontabVarValQ		String
 +
- 	HiLink crontabCmnt		Comment
+ hi def link crontabCmnt		Comment
  
- 	delcommand HiLink
+ hi def link
diff --git a/vim-po-syntax.patch b/vim-po-syntax.patch
index a8577fc..4787919 100644
--- a/vim-po-syntax.patch
+++ b/vim-po-syntax.patch
@@ -9,10 +9,10 @@
  " Translations (also includes header fields as they appear in a translation msgstr)
  syn region poCommentKDE	  start=+"_: +ms=s+1 end="\\n" end="\"\n^msgstr"me=s-1 contained
 @@ -103,6 +104,7 @@
-   HiLink poDiffOld           Todo
-   HiLink poDiffNew          Special
-   HiLink poObsolete         Comment
-+  HiLink poUntranslated      Todo
+ hi def link poDiffOld           Todo
+ hi def link poDiffNew          Special
+ hi def link poObsolete         Comment
++hi def link poUntranslated      Todo
  
-   HiLink poStatementMsgid   Statement
-   HiLink poStatementMsgstr  Statement
+ hi def link poStatementMsgid   Statement
+ hi def link poStatementMsgstr  Statement
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vim.git/commitdiff/04e1d126f0057142c4c77ef45c33bfa06e7b7d07



More information about the pld-cvs-commit mailing list