mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
*: Fix clint errors
This commit is contained in:
@@ -3595,7 +3595,6 @@ int do_join(size_t count,
|
||||
// We don't want to remove the comment leader if the
|
||||
// previous line is not a comment.
|
||||
if (t > 0 && prev_was_comment) {
|
||||
|
||||
char_u *new_curr = skip_comment(curr, true, insert_space,
|
||||
&prev_was_comment);
|
||||
comments[t] = (int)(new_curr - curr);
|
||||
|
Reference in New Issue
Block a user