gen_vimdoc.py: support <pre> preformatted text [ci skip]

This commit is contained in:
Justin M. Keyes
2019-04-27 18:25:55 +02:00
parent afd947e0c3
commit c11e618133
4 changed files with 18 additions and 10 deletions

View File

@@ -766,8 +766,10 @@ nvim_get_color_by_name({name}) *nvim_get_color_by_name()*
Returns the 24-bit RGB value of a |nvim_get_color_map()| color
name or "#rrggbb" hexadecimal string.
Examples::echo nvim_get_color_by_name("Pink") :echo
nvim_get_color_by_name("#cbcbcb")
Examples: >
:echo nvim_get_color_by_name("Pink")
:echo nvim_get_color_by_name("#cbcbcb")
<
Parameters: ~
{name} Color name or "#rrggbb" string