vimPlugins: Automatically sort vim-plugin-names.

Python's `sorted` method works a little differently than `sort` in the
handling of dashes.
This commit is contained in:
ryneeverett
2020-03-24 19:00:31 +00:00
parent cffb6cb637
commit b886ad90e7
3 changed files with 26 additions and 25 deletions

View File

@@ -11,7 +11,6 @@ let
# TL;DR
# * Add your plugin to ./vim-plugin-names
# * sort -udf ./vim-plugin-names > sorted && mv sorted vim-plugin-names
# * run ./update.py
#
# If additional modifications to the build process are required,