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

@@ -1201,7 +1201,7 @@ void nvim_unsubscribe(uint64_t channel_id, String event)
/// Returns the 24-bit RGB value of a |nvim_get_color_map()| color name or
/// "#rrggbb" hexadecimal string.
///
/// Examples:
/// Example:
/// <pre>
/// :echo nvim_get_color_by_name("Pink")
/// :echo nvim_get_color_by_name("#cbcbcb")