mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04: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
@@ -1085,7 +1085,7 @@ win_lbr_chartabsize(
|
||||
int *headp UNUSED)
|
||||
{
|
||||
win_T *wp = cts->cts_win;
|
||||
#ifdef FEAT_PROP_POPUP
|
||||
#if defined(FEAT_PROP_POPUP) || defined(FEAT_LINEBREAK)
|
||||
char_u *line = cts->cts_line; // start of the line
|
||||
#endif
|
||||
char_u *s = cts->cts_ptr;
|
||||
|
Reference in New Issue
Block a user