Skip to content

Commit

Permalink
Update patch and version
Browse files Browse the repository at this point in the history
  • Loading branch information
raa0121 committed Oct 20, 2024
1 parent 20fc4e4 commit 247c108
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions 2002-windows_transparency.diff
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ diff --git a/src/proto/optionstr.pro b/src/proto/optionstr.pro
diff --git a/src/testdir/gen_opt_test.vim b/src/testdir/gen_opt_test.vim
--- a/src/testdir/gen_opt_test.vim
+++ b/src/testdir/gen_opt_test.vim
@@ -148,6 +148,7 @@ let test_values = {
\ 'termwintype': [['', 'winpty', 'conpty'], ['xxx']],
\ 'toolbar': [['', 'icons', 'text'], ['xxx']],
\ 'toolbariconsize': [['', 'tiny', 'huge'], ['xxx']],
@@ -260,6 +260,7 @@ let test_values = {
\ 'toolbariconsize': [['', 'tiny', 'small', 'medium', 'large', 'huge',
\ 'giant'],
\ ['xxx']],
+ \ 'transparency': [['0', '128', '255'], ['xxx']],
\ 'ttymouse': [['', 'xterm'], ['xxx']],
\ 'ttytype': [[], []],
\ 'varsofttabstop': [['8', '4,8,16,32'], ['xxx', '-1', '4,-1,20']],
\ 'varsofttabstop': [['8', '4,8,16,32'], ['xxx', '-1', '4,-1,20', '1,']],
\ 'vartabstop': [['8', '4,8,16,32'], ['xxx', '-1', '4,-1,20', '1,']],
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: raa0121 <[email protected]>
pkgname="${MINGW_PACKAGE_PREFIX}-gvim-transparency"
pkgver=9.1.0791
pkgver=9.1.0793
pkgrel=1
pkgdesc="Vi Improved, a highly configurable, improved version of the vi text editor."
arch=('any')
Expand All @@ -22,8 +22,8 @@ changelog=
source=("https://github.com/vim/vim/archive/v$pkgver.tar.gz"
"2002-windows_transparency.diff"
"Makefile")
md5sums=('0bc2a97198e781327c330bf6944a6167'
'e79aff8f9e27530b42e7d206d402c300'
md5sums=('b2f228bbc6fc93ef76144c874b392da0'
'1076c0dd5c9cf8f1a916c5bd6c3602dc'
'0c87e86d155b9272ee52979e5478fc37')

noextract=()
Expand Down

0 comments on commit 247c108

Please sign in to comment.