mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 16:36:30 +00:00
feat(extmarks): allow preventing spellchecking with spell = false
This commit is contained in:

committed by
Lewis Russell

parent
7335a67b57
commit
7e6d785d19
@@ -71,7 +71,7 @@ void extmark_set(buf_T *buf, uint32_t ns_id, uint32_t *idp, int row, colnr_T col
|
||||
|| decor->conceal
|
||||
|| decor_has_sign(decor)
|
||||
|| decor->ui_watched
|
||||
|| decor->spell) {
|
||||
|| decor->spell != kNone) {
|
||||
decor_full = true;
|
||||
decor = xmemdup(decor, sizeof *decor);
|
||||
}
|
||||
|
Reference in New Issue
Block a user