diff options
| author | 2025-06-29 12:04:12 +0100 | |
|---|---|---|
| committer | 2025-06-29 12:05:59 +0100 | |
| commit | 27642e9d101d3c429a37331b5df0e9c2645151b1 (patch) | |
| tree | da77aad4a826b26fd876af23e1520d6d06587578 /docs | |
| parent | Show disabled modes in 005 to allow clients to provide better UI. (diff) | |
| parent | Fix an inverted condition in rline. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/modules.example.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf/modules.example.conf b/docs/conf/modules.example.conf index b55432f4f..ecd6bf9fe 100644 --- a/docs/conf/modules.example.conf +++ b/docs/conf/modules.example.conf @@ -2173,7 +2173,9 @@ # regex_<engine> must be loaded, or rline will be non-functional # until you load it or change the engine to one that is loaded. # -#<rline matchonnickchange="yes" zlineonmatch="no" engine="stdregex"> +#<rline matchonnickchange="yes" +# zlineonmatch="no" +# engine="stdregex"> # # Generally, you will NOT want to use 'glob' here, as this turns an # R-line into just another G-line. The exceptions are that R-lines will |
