From ba77167d33ba8eca87f1315c39f4181cc1e7aeae Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Fri, 17 Nov 2023 16:01:56 -0500 Subject: [PATCH] Readline-8.2 patch 3: fix typo when specifying readline's custom color prefix --- colors.c | 2 +- patchlevel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/colors.c b/colors.c index dba81a2..4212c64 100644 --- a/colors.c +++ b/colors.c @@ -73,7 +73,7 @@ static bool is_colored (enum indicator_no type); static void restore_default_color (void); -#define RL_COLOR_PREFIX_EXTENSION "readline-colored-completion-prefix" +#define RL_COLOR_PREFIX_EXTENSION ".readline-colored-completion-prefix" COLOR_EXT_TYPE *_rl_color_ext_list = 0; diff --git a/patchlevel b/patchlevel index 7cbda82..ce3e355 100644 --- a/patchlevel +++ b/patchlevel @@ -1,3 +1,3 @@ # Do not edit -- exists only for use by patch -2 +3 -- 2.47.2