]> git.ipfire.org Git - thirdparty/readline.git/commitdiff
Readline-8.2 patch 3: fix typo when specifying readline's custom color prefix
authorChet Ramey <chet.ramey@case.edu>
Fri, 17 Nov 2023 21:01:56 +0000 (16:01 -0500)
committerChet Ramey <chet.ramey@case.edu>
Fri, 17 Nov 2023 21:01:56 +0000 (16:01 -0500)
colors.c
patchlevel

index dba81a279ac7b5d285834f7cf7fc1e03c593450d..4212c64c36d1f68499fbead576f4e4fde780bc38 100644 (file)
--- 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;
 
index 7cbda82ded86fa174ee44dba637d5fa80815bfdc..ce3e35565330d4faf05e7f91c30ce66182f764fd 100644 (file)
@@ -1,3 +1,3 @@
 # Do not edit -- exists only for use by patch
 
-2
+3