aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
diff options
context:
space:
mode:
authorshadmansaleh <shadmansaleh3@gmail.com>2021-03-29 13:52:28 +0600
committershadmansaleh <shadmansaleh3@gmail.com>2021-03-29 13:52:28 +0600
commitfd62d398353ef775fc8bc794cb88ee3090310400 (patch)
tree2bbafa77381cd930433a81b250cc17c53698ae55 /src/nvim/api/vim.c
parentfdbba2ccf7d3dfe9c9ad7306df2bf305014ce6cd (diff)
downloadrneovim-fd62d398353ef775fc8bc794cb88ee3090310400.tar.gz
rneovim-fd62d398353ef775fc8bc794cb88ee3090310400.tar.bz2
rneovim-fd62d398353ef775fc8bc794cb88ee3090310400.zip
Make clint happy about spaces.
Diffstat (limited to 'src/nvim/api/vim.c')
-rw-r--r--src/nvim/api/vim.c2
1 files changed, 1 insertions, 1 deletions
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
///