mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-07 12:45:12 +00:00
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>
(cherry picked from commit e504cf03c2)
This commit is contained in:
committed by
Simon Hauser
parent
446bf38992
commit
818ad69723
+11
-11
@@ -1912,14 +1912,14 @@ layout_strategies.center() *telescope.layout.center()*
|
||||
|
||||
┌──────────────────────────────────────────────────┐
|
||||
│ ┌────────────────────────────────────────┐ │
|
||||
│ | Preview | │
|
||||
│ | Preview | │
|
||||
│ │ Preview │ │
|
||||
│ │ Preview │ │
|
||||
│ └────────────────────────────────────────┘ │
|
||||
│ ┌────────────────────────────────────────┐ │
|
||||
│ | Prompt | │
|
||||
│ │ Prompt │ │
|
||||
│ ├────────────────────────────────────────┤ │
|
||||
│ | Result | │
|
||||
│ | Result | │
|
||||
│ │ Result │ │
|
||||
│ │ Result │ │
|
||||
│ └────────────────────────────────────────┘ │
|
||||
│ │
|
||||
│ │
|
||||
@@ -1991,16 +1991,16 @@ layout_strategies.vertical() *telescope.layout.vertical()*
|
||||
┌──────────────────────────────────────────────────┐
|
||||
│ │
|
||||
│ ┌────────────────────────────────────────┐ │
|
||||
│ | Preview | │
|
||||
│ | Preview | │
|
||||
│ | Preview | │
|
||||
│ │ Preview │ │
|
||||
│ │ Preview │ │
|
||||
│ │ Preview │ │
|
||||
│ └────────────────────────────────────────┘ │
|
||||
│ ┌────────────────────────────────────────┐ │
|
||||
│ | Result | │
|
||||
│ | Result | │
|
||||
│ │ Result │ │
|
||||
│ │ Result │ │
|
||||
│ └────────────────────────────────────────┘ │
|
||||
│ ┌────────────────────────────────────────┐ │
|
||||
│ | Prompt | │
|
||||
│ │ Prompt │ │
|
||||
│ └────────────────────────────────────────┘ │
|
||||
│ │
|
||||
└──────────────────────────────────────────────────┘
|
||||
|
||||
@@ -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 │ │
|
||||
--- │ └────────────────────────────────────────┘ │
|
||||
--- │ │
|
||||
--- └──────────────────────────────────────────────────┘
|
||||
|
||||
Reference in New Issue
Block a user