mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
patch 9.1.1636: style issues
Problem: style issues
Solution: Fix indentation of function parameters exceeding 80 character
length (Yegappan Lakshmanan).
closes: #18013
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
62f5be6ea6
commit
d6a762fe1b
@@ -2714,7 +2714,11 @@ invoke_one_time_callback(
|
||||
}
|
||||
|
||||
static void
|
||||
append_to_buffer(buf_T *buffer, char_u *msg, channel_T *channel, ch_part_T part)
|
||||
append_to_buffer(
|
||||
buf_T *buffer,
|
||||
char_u *msg,
|
||||
channel_T *channel,
|
||||
ch_part_T part)
|
||||
{
|
||||
aco_save_T aco;
|
||||
linenr_T lnum = buffer->b_ml.ml_line_count;
|
||||
|
||||
Reference in New Issue
Block a user