screen: Fix linting errors

This commit is contained in:
Jurica Bradaric
2016-01-15 09:04:46 +01:00
parent 21afabb9e8
commit 1c91dc8a5e

View File

@@ -3470,10 +3470,10 @@ win_line (
&& lnum == wp->w_cursor.lnum && lnum == wp->w_cursor.lnum
&& (colnr_T)vcol == wp->w_virtcol))) && (colnr_T)vcol == wp->w_virtcol)))
&& lcs_eol_one > 0) { && lcs_eol_one > 0) {
/* Display a '$' after the line or highlight an extra // Display a '$' after the line or highlight an extra
* character if the line break is included. */ // character if the line break is included.
/* For a diff line the highlighting continues after the // For a diff line the highlighting continues after the
* "$". */ // "$".
if (diff_hlf == (hlf_T)0 && line_attr == 0) { if (diff_hlf == (hlf_T)0 && line_attr == 0) {
/* In virtualedit, visual selections may extend /* In virtualedit, visual selections may extend
* beyond end of line. */ * beyond end of line. */