diff options
Diffstat (limited to '')
-rw-r--r-- | src/indent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c index 777db24..0d6fadb 100644 --- a/src/indent.c +++ b/src/indent.c @@ -996,7 +996,7 @@ get_breakindent_win( # else if (wp->w_briopt_vcol == 0) prev_indent = get_indent_str(line, - (int)wp->w_buffer->b_p_ts, no_ts); + (int)wp->w_buffer->b_p_ts, no_ts); # endif prev_tick = CHANGEDTICK(wp->w_buffer); prev_listopt = wp->w_briopt_list; |