diff options
author | shadmansaleh <shadmansaleh3@gmail.com> | 2021-03-29 13:52:28 +0600 |
---|---|---|
committer | shadmansaleh <shadmansaleh3@gmail.com> | 2021-03-29 13:52:28 +0600 |
commit | fd62d398353ef775fc8bc794cb88ee3090310400 (patch) | |
tree | 2bbafa77381cd930433a81b250cc17c53698ae55 /src/nvim/api/vim.c | |
parent | fdbba2ccf7d3dfe9c9ad7306df2bf305014ce6cd (diff) | |
download | rneovim-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.c | 2 |
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 /// |