Merge #7030 'refactor/single-include'

ref #5321
This commit is contained in:
Justin M. Keyes
2017-10-21 04:09:11 +02:00
7 changed files with 38 additions and 32 deletions

View File

@@ -552,7 +552,7 @@ void terminal_receive(Terminal *term, char *data, size_t len)
}
void terminal_get_line_attributes(Terminal *term, win_T *wp, int linenr,
int *term_attrs)
int *term_attrs)
{
int height, width;
vterm_get_size(term->vt, &height, &width);