mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-19 15:27:20 +09:00
Slight performance improvement
This commit is contained in:
@@ -134,6 +134,7 @@ function toggleCommentSelection(bp, startLine, endLine, commentRegex)
|
||||
for line = startLine, endLine do
|
||||
if not isCommented(bp, line, commentRegex) then
|
||||
allComments = false
|
||||
break
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user