mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 04:18:18 +00:00
gen_vimdoc.py: support <pre> preformatted text [ci skip]
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user