NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/54067 CVS commit: src/lib/libedit



The following reply was made to PR lib/54067; it has been noted by GNATS.

From: "Abhinav Upadhyay" <abhinav%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54067 CVS commit: src/lib/libedit
Date: Sun, 24 Mar 2019 16:42:49 +0000

 Module Name:	src
 Committed By:	abhinav
 Date:		Sun Mar 24 16:42:49 UTC 2019
 
 Modified Files:
 	src/lib/libedit: filecomplete.c
 
 Log Message:
 Only quote the completion matches if we are doing filename completion
 
 If the user supplies a value for the attempted_completion_function parameter
 then we cannot be sure if the completion is for filename or something else, in such
 a case don't attempt to quote the completion matches.
 
 Reviewed by christos
 
 This should address PR lib/54067
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.51 -r1.52 src/lib/libedit/filecomplete.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index