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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user