- Added convenience command
:SortFolds
to call on ranges (thanks @jeetsukumaran).
- Internal:
- Renamed Python module:
SortFolds
->sort_folds
- Added github workflows.
- Refactored code into submodules.
- Uncluttered code-base by removing unused code.
- Renamed Python module:
- Add support to sort by custom key functions.
- Added option to ignore case (thanks Daniel Berg!)
- Converted from python 2 to python 3 (thanks Mike Boiko!)
- Changed a:sortline to sortline to fix bug (#1) (thanks Mike Boiko!)
- Allow sorting via custom line number in fold
- Initial prototype