[Pkg-zsh-commits] [zsh-syntax-highlighting] 02/07: Refresh patches.

Daniel Shahaf danielsh at apache.org
Tue Oct 25 16:02:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

danielsh-guest pushed a commit to branch debian/master
in repository zsh-syntax-highlighting.

commit f25bd83848bd201a5805c925e5fb13837a0c0c83
Author: Daniel Shahaf <d.s at daniel.shahaf.name>
Date:   Mon Oct 24 11:42:18 2016 +0000

    Refresh patches.
---
 debian/patches/fix-test-failures-due-to-ps.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/fix-test-failures-due-to-ps.patch b/debian/patches/fix-test-failures-due-to-ps.patch
index 174feae..78cafe5 100644
--- a/debian/patches/fix-test-failures-due-to-ps.patch
+++ b/debian/patches/fix-test-failures-due-to-ps.patch
@@ -15,7 +15,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 +BUFFER='ls aux | grep java | sort | uniq | tail | head'
  
  expected_region_highlight=(
-   "1  2  $ZSH_HIGHLIGHT_STYLES[command]" # ps
+   "1  2  command" # ps
 --- a/highlighters/main/test-data/simple-redirection.zsh
 +++ b/highlighters/main/test-data/simple-redirection.zsh
 @@ -27,7 +27,7 @@
@@ -26,4 +26,4 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 +BUFFER='ls aux | grep java'
  
  expected_region_highlight=(
-   "1  2  $ZSH_HIGHLIGHT_STYLES[command]" # ps
+   "1  2  command" # ps

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-zsh/zsh-syntax-highlighting.git



More information about the Pkg-zsh-commits mailing list