Fix editor_double_embed causing X11 errors

Since the error codes were not before version 1.7.0 we just didn't
notice this, even though everything still appeared to work fine.
This commit is contained in:
Robbert van der Helm
2020-10-14 16:36:37 +02:00
parent 21c1f53b40
commit 150845a301
2 changed files with 21 additions and 19 deletions
+7
View File
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Fixed a regression where the `editor_double_embed` option would cause X11
errors and crash yabridge.
## [1.7.0] - 2020-10-13
### Changed