diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/api/vim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c index d5e4df829c..9e59eca396 100644 --- a/src/nvim/api/vim.c +++ b/src/nvim/api/vim.c @@ -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") |