mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 20:00:49 +02:00
readline: use a custom extension in LS_COLORS to set the colored completion prefix, if present
This commit is contained in:
+21
-21
@@ -1,35 +1,35 @@
|
||||
\initial {!}
|
||||
\entry{\code {!}}{8}
|
||||
\entry{\code {!}}{10}
|
||||
\initial {[}
|
||||
\entry{\code {[[}}{13}
|
||||
\entry{\code {[[}}{14}
|
||||
\initial {]}
|
||||
\entry{\code {]]}}{13}
|
||||
\entry{\code {]]}}{14}
|
||||
\initial {{\indexlbrace }}
|
||||
\entry{\code {{\tt \char 123}}}{15}
|
||||
\entry{\code {{\tt \char 123}}}{17}
|
||||
\initial {{\indexrbrace }}
|
||||
\entry{\code {{\tt \char 125}}}{15}
|
||||
\entry{\code {{\tt \char 125}}}{17}
|
||||
\initial {C}
|
||||
\entry{\code {case}}{11}
|
||||
\entry{\code {case}}{13}
|
||||
\initial {D}
|
||||
\entry{\code {do}}{10}
|
||||
\entry{\code {done}}{10}
|
||||
\entry{\code {do}}{11}
|
||||
\entry{\code {done}}{11}
|
||||
\initial {E}
|
||||
\entry{\code {elif}}{11}
|
||||
\entry{\code {else}}{11}
|
||||
\entry{\code {esac}}{11}
|
||||
\entry{\code {elif}}{12}
|
||||
\entry{\code {else}}{12}
|
||||
\entry{\code {esac}}{13}
|
||||
\initial {F}
|
||||
\entry{\code {fi}}{11}
|
||||
\entry{\code {for}}{10}
|
||||
\entry{\code {function}}{18}
|
||||
\entry{\code {fi}}{12}
|
||||
\entry{\code {for}}{12}
|
||||
\entry{\code {function}}{19}
|
||||
\initial {I}
|
||||
\entry{\code {if}}{11}
|
||||
\entry{\code {in}}{11}
|
||||
\entry{\code {if}}{12}
|
||||
\entry{\code {in}}{13}
|
||||
\initial {S}
|
||||
\entry{\code {select}}{12}
|
||||
\entry{\code {select}}{13}
|
||||
\initial {T}
|
||||
\entry{\code {then}}{11}
|
||||
\entry{\code {time}}{8}
|
||||
\entry{\code {then}}{12}
|
||||
\entry{\code {time}}{10}
|
||||
\initial {U}
|
||||
\entry{\code {until}}{10}
|
||||
\entry{\code {until}}{11}
|
||||
\initial {W}
|
||||
\entry{\code {while}}{10}
|
||||
\entry{\code {while}}{12}
|
||||
|
||||
Reference in New Issue
Block a user