zshrc: Remove udiff
authorFrank Terbeck <ft@bewatermyfriend.org>
Tue, 29 Nov 2011 13:10:07 +0000 (14:10 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 6 Dec 2011 13:50:46 +0000 (14:50 +0100)
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
doc/grmlzshrc.t2t
etc/zsh/zshrc

index d0d9ed9..d15b34e 100644 (file)
@@ -786,11 +786,6 @@ Translates a word from german to english (-D) or vice versa (-E).
 : **uchange()**
 Shows upstreams changelog of a given package in $PAGER.
 
-: **udiff()**
-Makes a unified diff of the command line arguments trying hard to find a
-smaller set of changes. Descends recursively into subdirectories. Ignores
-hows some information about current status.
-
 : **uprint()**
 Works around the "print -l ${(u)foo}"-limitation on zsh older than 4.2.
 
index 9db5a08..b83048c 100644 (file)
@@ -2779,11 +2779,6 @@ shzip() {
     emulate -L zsh
     unzip -l $1 | $PAGER
 }
-#f5# Unified diff
-udiff() {
-    emulate -L zsh
-    diff -urd $* | egrep -v "^Only in |^Binary files "
-}
 
 # Function Usage: doc packagename
 #f5# \kbd{cd} to /usr/share/doc/\textit{package}