Merge pull request #116485 from Flakebi/kakoune

This commit is contained in:
Sandro
2021-03-27 02:40:12 +01:00
committed by GitHub
3 changed files with 21 additions and 20 deletions
+1
View File
@@ -416,6 +416,7 @@ def rewrite_input(
}
with open(deprecated, "w") as f:
json.dump(deprecations, f, indent=4, sort_keys=True)
f.write("\n")
lines = sorted(lines, key=str.casefold)