mirror of
https://github.com/atom/atom.git
synced 2026-02-06 12:44:59 -05:00
Merge pull request #511 from github/no-trim-whitespace
Leave Markdown files alone when trimming whitespace
This commit is contained in:
@@ -587,7 +587,7 @@ class Buffer
|
||||
# startIndex - The starting row {Number}
|
||||
# endIndex - The ending row {Number}
|
||||
#
|
||||
# Returns an {Array} of {RegExp}s, representing the matches
|
||||
# Returns an {Array} of {RegExp}s, representing the matches.
|
||||
matchesInCharacterRange: (regex, startIndex, endIndex) ->
|
||||
text = @getText()
|
||||
matches = []
|
||||
|
||||
Reference in New Issue
Block a user