diff options
| author | Pooyan Khanjankhani <p.khanjankhani@digikala.com> | 2023-03-21 21:14:50 +0330 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-21 13:44:50 -0400 |
| commit | e504cf03c24119ee024c4182bee7ab31276cd684 (patch) | |
| tree | d35113acc9add640237f673a29d796bf32ccc7c1 /lua/telescope/pickers | |
| parent | 8fda289714eca2663674f64121262117d7dc4858 (diff) | |
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 <actions@github>
Diffstat (limited to 'lua/telescope/pickers')
| -rw-r--r-- | lua/telescope/pickers/layout_strategies.lua | 22 |
1 files changed, 11 insertions, 11 deletions
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( --- <pre> --- ┌──────────────────────────────────────────────────┐ --- │ ┌────────────────────────────────────────┐ │ ---- │ | 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 │ │ --- │ └────────────────────────────────────────┘ │ --- │ │ --- └──────────────────────────────────────────────────┘ |
