mirror of
https://github.com/vim/vim.git
synced 2025-11-14 23:04:02 -05:00
patch 9.0.0747: too many #ifdefs
Problem: Too many #ifdefs.
Solution: Gradudate the +cmdline_info feature. (Martin Tournoij,
closes #11330)
This commit is contained in:
committed by
Bram Moolenaar
parent
856c5d2bc7
commit
ba43e76fcd
@@ -702,9 +702,11 @@ spell_suggest(int count)
|
||||
curwin->w_cursor.col = c;
|
||||
|
||||
changed_bytes(curwin->w_cursor.lnum, c);
|
||||
#if defined(FEAT_PROP_POPUP)
|
||||
if (curbuf->b_has_textprop && len_diff != 0)
|
||||
adjust_prop_columns(curwin->w_cursor.lnum, c, len_diff,
|
||||
APC_SUBSTITUTE);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user