Source-Changes-HG archive

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

[src/trunk]: src/lib/libedit document the flag



details:   https://anonhg.NetBSD.org/src/rev/557f04ec6823
branches:  trunk
changeset: 954054:557f04ec6823
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 28 13:38:10 2021 +0000

description:
document the flag

diffstat:

 lib/libedit/filecomplete.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 213163d7004a -r 557f04ec6823 lib/libedit/filecomplete.h
--- a/lib/libedit/filecomplete.h        Sun Mar 28 13:33:54 2021 +0000
+++ b/lib/libedit/filecomplete.h        Sun Mar 28 13:38:10 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: filecomplete.h,v 1.12 2021/03/27 18:55:02 christos Exp $       */
+/*     $NetBSD: filecomplete.h,v 1.13 2021/03/28 13:38:10 christos Exp $       */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
     char **(*)(const char *, int, int),
     const wchar_t *, const wchar_t *, const char *(*)(const char *), size_t,
     int *, int *, int *, int *, unsigned int);
-#define FN_QUOTE_MATCH 1
+#define FN_QUOTE_MATCH 1               /* Quote the returned match */
 
 void fn_display_match_list(EditLine *, char **, size_t, size_t,
        const char *(*)(const char *));



Home | Main Index | Thread Index | Old Index