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 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
|
||||
|
||||
Reference in New Issue
Block a user