FreeBSD Bugzilla – Attachment 186499 Details for
Bug 222420
[PATCH] shells/zsh does not recognize diff -u completion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Corrects diff -u file completion.
zsh.diff (text/plain), 923 bytes, created by
Cy Schubert
on 2017-09-18 05:20:55 UTC
(
hide
)
Description:
Corrects diff -u file completion.
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2017-09-18 05:20:55 UTC
Size:
923 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 449744) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= zsh > DISTVERSION= 5.4.2 >+PORTREVISION= 1 > CATEGORIES= shells > MASTER_SITES= http://www.zsh.org/pub/ \ > SF \ >Index: files/patch-Completion-Unix-Type-_diff_options >=================================================================== >--- files/patch-Completion-Unix-Type-_diff_options (nonexistent) >+++ files/patch-Completion-Unix-Type-_diff_options (working copy) >@@ -0,0 +1,9 @@ >+--- Completion/Unix/Type/_diff_options.orig 2016-08-27 12:54:44.000000000 -0700 >++++ Completion/Unix/Type/_diff_options 2017-09-17 22:13:47.153055000 -0700 >+@@ -183,5 +183,6 @@ >+ "($of)-f[output a reversed ed script]" \ >+ '-b[skip trailing white spaces]' \ >+ '-r[recursively compare subdirectories]' \ >++ "($of)-u[output a unified diff]" \ >+ "$@" >+ fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222420
: 186499