Expand vim.DRAW to contain all box drawing symbols
This commit is contained in:
parent
33bcca2da5
commit
3793618a36
1 changed files with 8 additions and 5 deletions
13
lua/vim.moon
13
lua/vim.moon
|
@ -87,11 +87,14 @@ print vim.col {
|
|||
]]
|
||||
|
||||
DRAW = [[
|
||||
─ │
|
||||
┌ ┬ ┐
|
||||
├ ┼ ┤
|
||||
└ ┴ ┘
|
||||
╼ ╽ ╾ ╾
|
||||
─ ━ │ ┃ ┄ ┅ ┆ ┇ ┈ ┉ ┊ ┋ ┌ ┍ ┎ ┏
|
||||
┐ ┑ ┒ ┓ └ ┕ ┖ ┗ ┘ ┙ ┚ ┛ ├ ┝ ┞ ┟
|
||||
┠ ┡ ┢ ┣ ┤ ┥ ┦ ┧ ┨ ┩ ┪ ┫ ┬ ┭ ┮ ┯
|
||||
┰ ┱ ┲ ┳ ┴ ┵ ┶ ┷ ┸ ┹ ┺ ┻ ┼ ┽ ┾ ┿
|
||||
╀ ╁ ╂ ╃ ╄ ╅ ╆ ╇ ╈ ╉ ╊ ╋ ╌ ╍ ╎ ╏
|
||||
═ ║ ╒ ╓ ╔ ╕ ╖ ╗ ╘ ╙ ╚ ╛ ╜ ╝ ╞ ╟
|
||||
╠ ╡ ╢ ╣ ╤ ╥ ╦ ╧ ╨ ╩ ╪ ╫ ╬ ╭ ╮ ╯
|
||||
╰ ╱ ╲ ╳ ╴ ╵ ╶ ╷ ╸ ╹ ╺ ╻ ╼ ╽ ╾ ╿
|
||||
]]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue