Skip to content

Commit

Permalink
clean useless initialization code
Browse files Browse the repository at this point in the history
  • Loading branch information
hiberabyss committed Aug 10, 2023
1 parent 5d6381c commit 2802a18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoload/sj/c.vim
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ function! sj#c#SplitFuncall()
let end = col('.')

let items = sj#ParseJsonObjectBody(start, end)
let body = '('.join(items, ",\n").')'

let body = "("
if sj#settings#Read('c_argument_split_first_newline')
Expand Down

0 comments on commit 2802a18

Please sign in to comment.