mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
chore: use codespell to spell check #15016
This commit is contained in:
@@ -143,7 +143,7 @@ int sign_group_get_next_signid(buf_T *buf, const char_u *groupname)
|
||||
group = HI2SG(hi);
|
||||
}
|
||||
|
||||
// Search for the next usuable sign identifier
|
||||
// Search for the next usable sign identifier
|
||||
while (!found) {
|
||||
if (group == NULL) {
|
||||
id = next_sign_id++; // global group
|
||||
|
Reference in New Issue
Block a user