Git commit 6f14884a451f01636b1c0f505bf82bf358bf1fcf by Mark Nauwelaerts. Committed on 20/11/2022 at 14:40. Pushed by cullmann into branch 'master'.
docs: reflow some lspclient description M +4 -2 doc/kate/plugins.docbook https://invent.kde.org/utilities/kate/commit/6f14884a451f01636b1c0f505bf82bf358bf1fcf diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook index 590c5335a..bb9ce7d81 100644 --- a/doc/kate/plugins.docbook +++ b/doc/kate/plugins.docbook @@ -2686,8 +2686,10 @@ to the <quote>projectBase</quote> (as determined by the <link linkend="kate-application-plugin-projects">Project plugin</link>) if applicable, or otherwise relative to the document's directory. If not specified and "rootIndicationFileNames" is an array as filenames, then a parent directory of -current document containing such a file is selected. Alternatively, if "root" is not specified and -"rootIndicationFilePatterns" is an array of file patterns, then a parent directory of the current document matching the file pattern is selected. As a last fallback, the +current document containing such a file is selected. +Alternatively, if "root" is not specified and "rootIndicationFilePatterns" is +an array of file patterns, then a parent directory of the current document +matching the file pattern is selected. As a last fallback, the home directory is selected as "root". For any document, the resulting "root" then determines whether or not a separate instance is needed. If so, the "root" is passed as rootUri/rootPath. </para>
