macOS: Fix IME input for east asian languages

Fix #910
This commit is contained in:
Kovid Goyal
2018-10-21 20:27:03 +05:30
parent 62fe392041
commit fca95af49b
2 changed files with 9 additions and 13 deletions

View File

@@ -27,6 +27,8 @@ Changelog
- macOS: Fix drag and drop of files not working on mojave (:iss:`1058`)
- macOS: Fix IME input for east asian languages (:iss:`910`)
- Fix expansion of env vars not working in the :opt:`env` directive
(:iss:`1075`)