mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs: change wrap_at type to number (#18456)
This commit is contained in:
parent
6c39f9d427
commit
d306210641
@ -1703,7 +1703,7 @@ open_floating_preview({contents}, {syntax}, {opts})
|
||||
• width: (number) width of floating window
|
||||
• wrap: (boolean, default true) wrap long
|
||||
lines
|
||||
• wrap_at: (string) character to wrap at for
|
||||
• wrap_at: (number) character to wrap at for
|
||||
computing height when wrap is enabled
|
||||
• max_width: (number) maximal width of
|
||||
floating window
|
||||
|
@ -1384,7 +1384,7 @@ end
|
||||
--- - height: (number) height of floating window
|
||||
--- - width: (number) width of floating window
|
||||
--- - wrap: (boolean, default true) wrap long lines
|
||||
--- - wrap_at: (string) character to wrap at for computing height when wrap is enabled
|
||||
--- - wrap_at: (number) character to wrap at for computing height when wrap is enabled
|
||||
--- - max_width: (number) maximal width of floating window
|
||||
--- - max_height: (number) maximal height of floating window
|
||||
--- - pad_top: (number) number of lines to pad contents at top
|
||||
|
Loading…
Reference in New Issue
Block a user