mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-15 13:13:47 -05:00
Fix VimL syntax error
This commit is contained in:
@@ -2591,8 +2591,8 @@ function s:IsSexyComment(topline, bottomline)
|
|||||||
let topline = a:topline
|
let topline = a:topline
|
||||||
let bottomline = a:bottomline
|
let bottomline = a:bottomline
|
||||||
if bottomline < topline
|
if bottomline < topline
|
||||||
topline = bottomline
|
let topline = bottomline
|
||||||
bottomline = a:topline
|
let bottomline = a:topline
|
||||||
endif
|
endif
|
||||||
|
|
||||||
"if there is < 2 lines in the comment it cannot be sexy
|
"if there is < 2 lines in the comment it cannot be sexy
|
||||||
|
|||||||
Reference in New Issue
Block a user