X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=blobdiff_plain;f=doc%2Fgrmlzshrc.t2t;h=cc7aa658111b9497d7fa289635795021b2cc09e8;hp=f6c62a4c8a56b9c0510eb7f81cb9385e7c1d1418;hb=deeb32aa922bbc8147950eded42e436e5e8c8439;hpb=fd56fcdf4c8d2fc07c5789aed732a19f1d5e5f67 diff --git a/doc/grmlzshrc.t2t b/doc/grmlzshrc.t2t index f6c62a4..cc7aa65 100644 --- a/doc/grmlzshrc.t2t +++ b/doc/grmlzshrc.t2t @@ -615,6 +615,15 @@ Edit given shell function. : **freload()** Reloads an autoloadable shell function (See autoload in zshbuiltins(1)). +: **grml_vcs_info_toggle_colour()** +Toggles between coloured and uncoloured formats in vcs_info configuration. +This is useful with prompts that break if colour codes are in vcs_info +format expansions (like the `clint' prompt and every other prompt that +uses %v to expand the contents of `$vcs_into_msg_0_'). If you are using +customised vcs_info formats, you shouldn't be using this function, since +it will set all formats to grml's default values (either coloured or plain) +again. + : **hgdi()** Use GNU diff with options -ubwd for mercurial.