@@ -1,6 +1,6 @@
|
|||||||
diff -Nur vim72-old/runtime/syntax/grub.vim vim72/runtime/syntax/grub.vim
|
diff -Nuar a/runtime/syntax/grub.vim b/runtime/syntax/grub.vim
|
||||||
--- vim72-old/runtime/syntax/grub.vim 2008-10-18 01:14:23.000000000 +0300
|
--- a/runtime/syntax/grub.vim 2019-08-14 22:12:05.000000000 +0300
|
||||||
+++ vim72/runtime/syntax/grub.vim 2008-10-18 01:18:04.000000000 +0300
|
+++ b/runtime/syntax/grub.vim 2019-10-29 14:29:07.740399833 +0300
|
||||||
@@ -27,7 +27,7 @@
|
@@ -27,7 +27,7 @@
|
||||||
|
|
||||||
syn cluster grubCommands contains=grubCommand,grubTitleCommand
|
syn cluster grubCommands contains=grubCommand,grubTitleCommand
|
||||||
@@ -9,4 +9,3 @@ diff -Nur vim72-old/runtime/syntax/grub.vim vim72/runtime/syntax/grub.vim
|
|||||||
+syn keyword grubCommand contained default fallback hiddenmenu timeout splashimage background gfxmenu
|
+syn keyword grubCommand contained default fallback hiddenmenu timeout splashimage background gfxmenu
|
||||||
|
|
||||||
syn keyword grubTitleCommand contained title nextgroup=grubTitle skipwhite
|
syn keyword grubTitleCommand contained title nextgroup=grubTitle skipwhite
|
||||||
|
|
||||||
|
|||||||
+11
-3
@@ -11,7 +11,7 @@
|
|||||||
<License>GPLv2</License>
|
<License>GPLv2</License>
|
||||||
<Summary>Vi IMproved, an advanced text editor</Summary>
|
<Summary>Vi IMproved, an advanced text editor</Summary>
|
||||||
<Description>Vim, which stands for Vi IMproved, is an open-source, multiplatform text editor extended from vi. It was first released by Bram Moolenaar in 1991. Since then, numerous features have been added to Vim, many of which are helpful in editing program source code.</Description>
|
<Description>Vim, which stands for Vi IMproved, is an open-source, multiplatform text editor extended from vi. It was first released by Bram Moolenaar in 1991. Since then, numerous features have been added to Vim, many of which are helpful in editing program source code.</Description>
|
||||||
<Archive sha1sum="98ae44447fd95510f9ee97d35f5e4b029dfaae57" type="targz">https://github.com/vim/vim/archive/v8.0.1451.tar.gz</Archive>
|
<Archive sha1sum="8819f67ac6b9cd47cd39c87a53a2ab00de63029a" type="targz">https://github.com/vim/vim/archive/v8.1.1846.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>gpm</Dependency>
|
<Dependency>gpm</Dependency>
|
||||||
<Dependency>ctags</Dependency>
|
<Dependency>ctags</Dependency>
|
||||||
@@ -30,13 +30,13 @@
|
|||||||
<!--<Patch compressionType="xz">official/7.4-461-tar.xz</Patch>-->
|
<!--<Patch compressionType="xz">official/7.4-461-tar.xz</Patch>-->
|
||||||
|
|
||||||
<!-- Fix xml autocomplete crash (Fixes #8383) -->
|
<!-- Fix xml autocomplete crash (Fixes #8383) -->
|
||||||
<Patch>vim-fix-xml-crash.patch</Patch>
|
<!-- <Patch>vim-fix-xml-crash.patch</Patch> -->
|
||||||
|
|
||||||
<!-- syntax higlighting fixes -->
|
<!-- syntax higlighting fixes -->
|
||||||
<!--<Patch level="1">pisilinux/bash_completion.patch</Patch>-->
|
<!--<Patch level="1">pisilinux/bash_completion.patch</Patch>-->
|
||||||
<Patch level="1">pisilinux/grub_conf.patch</Patch>
|
<Patch level="1">pisilinux/grub_conf.patch</Patch>
|
||||||
<Patch level="1">pisilinux/xorg_conf.patch</Patch>
|
<Patch level="1">pisilinux/xorg_conf.patch</Patch>
|
||||||
<Patch level="1">vim-7.0-warning.patch</Patch>
|
<!-- <Patch level="1">vim-7.0-warning.patch</Patch> -->
|
||||||
<Patch level="1">vim-7.3-interix-link.patch</Patch>
|
<Patch level="1">vim-7.3-interix-link.patch</Patch>
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
@@ -83,6 +83,7 @@
|
|||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>acl</Dependency>
|
<Dependency>acl</Dependency>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
|
<Dependency>ruby</Dependency>
|
||||||
<Dependency>glib2</Dependency>
|
<Dependency>glib2</Dependency>
|
||||||
<Dependency>libX11</Dependency>
|
<Dependency>libX11</Dependency>
|
||||||
<Dependency>ncurses</Dependency>
|
<Dependency>ncurses</Dependency>
|
||||||
@@ -114,6 +115,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2019-10-29</Date>
|
||||||
|
<Version>8.1.1846</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2019-10-29</Date>
|
<Date>2019-10-29</Date>
|
||||||
<Version>8.0.1451</Version>
|
<Version>8.0.1451</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user