Git commit a0664e7aad2f64b2c96ed0f3f09041ade3f612df by Yuri Chornoivan. Committed on 29/08/2021 at 11:47. Pushed by yurchor into branch 'master'.
Fix minor typo M +1 -1 doc/kate/plugins.docbook https://invent.kde.org/utilities/kate/commit/a0664e7aad2f64b2c96ed0f3f09041ade3f612df diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook index c90bda3e9..f7b5b4688 100644 --- a/doc/kate/plugins.docbook +++ b/doc/kate/plugins.docbook @@ -227,7 +227,7 @@ gets invoked. There are two kind of variables supported: The first form <userinput>%{variable-name}</userinput> simply replaces the variable with its contents. For instance, the variable <userinput>%{Document:FileName}</userinput> is replaced by the current document’s filename without its path. -The second form <userinput>%{variable-name:≶value>}</userinput> gets the +The second form <userinput>%{variable-name:<value>}</userinput> gets the <userinput><value></userinput> as contents. For example, this can be used to expand an environment variable with <userinput>%{ENV:HOME}</userinput>, or one can obtain the current date in the preferred format like
