forked from aniani/vim
patch 9.0.1795: Indentation issues
Problem: Indentation issues Solution: Fix code indentation issues. closes: #12906 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
This commit is contained in:
committed by
Christian Brabandt
parent
74e1dada41
commit
d4e4ecbb37
@@ -817,7 +817,7 @@ apply_general_options(win_T *wp, dict_T *dict)
|
||||
}
|
||||
|
||||
if (set_padding_border(dict, wp->w_popup_padding, "padding", 999) == FAIL ||
|
||||
set_padding_border(dict, wp->w_popup_border, "border", 1) == FAIL)
|
||||
set_padding_border(dict, wp->w_popup_border, "border", 1) == FAIL)
|
||||
return FAIL;
|
||||
|
||||
di = dict_find(dict, (char_u *)"borderhighlight", -1);
|
||||
|
||||
Reference in New Issue
Block a user