Fix VimL syntax error

This commit is contained in:
Caleb Maclennan
2019-12-30 10:51:34 +03:00
parent 8a68872933
commit 6d51d1b334

View File

@@ -2591,8 +2591,8 @@ function s:IsSexyComment(topline, bottomline)
let topline = a:topline
let bottomline = a:bottomline
if bottomline < topline
topline = bottomline
bottomline = a:topline
let topline = bottomline
let bottomline = a:topline
endif
"if there is < 2 lines in the comment it cannot be sexy