From fd62d398353ef775fc8bc794cb88ee3090310400 Mon Sep 17 00:00:00 2001 From: shadmansaleh Date: Mon, 29 Mar 2021 13:52:28 +0600 Subject: Make clint happy about spaces. --- src/nvim/api/vim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/api/vim.c') diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c index c58240c1a3..d93be55ee8 100644 --- a/src/nvim/api/vim.c +++ b/src/nvim/api/vim.c @@ -221,7 +221,7 @@ Dictionary nvim__get_hl_defs(Integer ns_id, Error *err) /// `ctermbg`: sets background of cterm color /// `cterm` : cterm attribute map. sets attributed for /// cterm colors. similer to `hi cterm` -/// Note: by default cterm attributes are +/// Note: by default cterm attributes are /// same as attributes of gui color /// @param[out] err Error details, if any /// -- cgit