Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix substring exception in find unlinked files (#5142)
* Fix substring exception in find unlinked files Refactor to own method and add test The exeption came when the parsed editor string did not end with a colon and two spaces * remove static modifier * pass line separator as parameter * fix merge errors add unify line breaks
- Loading branch information