diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2022-04-11 01:20:41 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-04-11 01:20:41 +0200 |
commit | 58a869b6caecb0c26269d34b63bc1898fd737c62 (patch) | |
tree | a8709ad94c1684637db3ab7ef92ac566b50f335a /debian/patches/use-pager-instead-of-more-by-default.patch | |
parent | c05732ccf34e817dd43c804cf6b518001bae36de (diff) | |
download | zsh-58a869b6caecb0c26269d34b63bc1898fd737c62.tar.gz zsh-58a869b6caecb0c26269d34b63bc1898fd737c62.zip |
Refresh patches as needed, remove patches applied upstream
Diffstat (limited to 'debian/patches/use-pager-instead-of-more-by-default.patch')
-rw-r--r-- | debian/patches/use-pager-instead-of-more-by-default.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/patches/use-pager-instead-of-more-by-default.patch b/debian/patches/use-pager-instead-of-more-by-default.patch index 818b1ab5d..2c91e267e 100644 --- a/debian/patches/use-pager-instead-of-more-by-default.patch +++ b/debian/patches/use-pager-instead-of-more-by-default.patch @@ -7,7 +7,7 @@ Author: Axel Beckert <abe@debian.org> --- a/Completion/Base/Widget/_complete_debug +++ b/Completion/Base/Widget/_complete_debug -@@ -24,7 +24,7 @@ +@@ -28,7 +28,7 @@ if (( debug_fd != -1 )); then zstyle -s ':completion:complete-debug::::' pager pager @@ -73,14 +73,14 @@ Author: Axel Beckert <abe@debian.org> case ${what[(w)1]} in --- a/Functions/Misc/run-help-svk +++ b/Functions/Misc/run-help-svk -@@ -1 +1 @@ --svk help ${${@:#-*}[1]} | ${=PAGER:-more} -+svk help ${${@:#-*}[1]} | ${=PAGER:-/usr/bin/pager} +@@ -1,1 +1,1 @@ +-svk help $1 | ${=PAGER:-more} ++svk help $1 | ${=PAGER:-/usr/bin/pager} --- a/Functions/Misc/run-help-svn +++ b/Functions/Misc/run-help-svn -@@ -1 +1 @@ --svn help ${${@:#-*}[1]} | ${=PAGER:-more} -+svn help ${${@:#-*}[1]} | ${=PAGER:-/usr/bin/pager} +@@ -1,1 +1,1 @@ +-svn help $1 | ${=PAGER:-more} ++svn help $1 | ${=PAGER:-/usr/bin/pager} --- a/Functions/Zftp/zfdir +++ b/Functions/Zftp/zfdir @@ -95,15 +95,15 @@ |