diff --git a/src/app/text-buffer.coffee b/src/app/text-buffer.coffee index c94d78075..4177ef7c4 100644 --- a/src/app/text-buffer.coffee +++ b/src/app/text-buffer.coffee @@ -431,6 +431,7 @@ class Buffer # # Returns a {String} marker-identifier findMarker: (attributes) -> + @findMarkers(attributes)[0] # Public: Finds all markers satisfying the given attributes #