From e504cf03c24119ee024c4182bee7ab31276cd684 Mon Sep 17 00:00:00 2001 From: Pooyan Khanjankhani Date: Tue, 21 Mar 2023 21:14:50 +0330 Subject: doc: fix border characters in docs (#2388) * chore: Fix border characters in comments * [docgen] Update doc/telescope.txt skip-checks: true --------- Co-authored-by: Github Actions --- lua/telescope/pickers/layout_strategies.lua | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'lua/telescope') diff --git a/lua/telescope/pickers/layout_strategies.lua b/lua/telescope/pickers/layout_strategies.lua index 6bf49ee..59f5c35 100644 --- a/lua/telescope/pickers/layout_strategies.lua +++ b/lua/telescope/pickers/layout_strategies.lua @@ -410,14 +410,14 @@ layout_strategies.horizontal = make_documented_layout( ---
 --- ┌──────────────────────────────────────────────────┐
 --- │    ┌────────────────────────────────────────┐    │
---- │    |                 Preview                |    │
---- │    |                 Preview                |    │
+--- │    │                 Preview                │    │
+--- │    │                 Preview                │    │
 --- │    └────────────────────────────────────────┘    │
 --- │    ┌────────────────────────────────────────┐    │
---- │    |                 Prompt                 |    │
+--- │    │                 Prompt                 │    │
 --- │    ├────────────────────────────────────────┤    │
---- │    |                 Result                 |    │
---- │    |                 Result                 |    │
+--- │    │                 Result                 │    │
+--- │    │                 Result                 │    │
 --- │    └────────────────────────────────────────┘    │
 --- │                                                  │
 --- │                                                  │
@@ -647,16 +647,16 @@ layout_strategies.cursor = make_documented_layout(
 --- ┌──────────────────────────────────────────────────┐
 --- │                                                  │
 --- │    ┌────────────────────────────────────────┐    │
---- │    |                 Preview                |    │
---- │    |                 Preview                |    │
---- │    |                 Preview                |    │
+--- │    │                 Preview                │    │
+--- │    │                 Preview                │    │
+--- │    │                 Preview                │    │
 --- │    └────────────────────────────────────────┘    │
 --- │    ┌────────────────────────────────────────┐    │
---- │    |                 Result                 |    │
---- │    |                 Result                 |    │
+--- │    │                 Result                 │    │
+--- │    │                 Result                 │    │
 --- │    └────────────────────────────────────────┘    │
 --- │    ┌────────────────────────────────────────┐    │
---- │    |                 Prompt                 |    │
+--- │    │                 Prompt                 │    │
 --- │    └────────────────────────────────────────┘    │
 --- │                                                  │
 --- └──────────────────────────────────────────────────┘
-- 
cgit v1.2.3