1
0
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:
Yegappan Lakshmanan
2023-08-27 18:35:45 +02:00
committed by Christian Brabandt
parent 74e1dada41
commit d4e4ecbb37
9 changed files with 33 additions and 31 deletions

View File

@@ -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);