| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-08 | refactor: add version comparison functions | Victor S | |
| Added 2 functions that compare versions strings according to semantic version. This is part of a plan to compose the flags of the CLI command from an object with flag details. | |||
| 2023-10-04 | refactor: split range getter into two parts | Victor S | |
| Split the function that returns the visual selection range into two parts that return the start and the end of the range respectively, and use them in the CLI-command composer. This is part of a plan to use a general object with details about flags to compose the CLI command. | |||
| 2021-06-02 | enh: save buffer marks between runs | Rodrigo Gonzalez | |
| 2020-10-16 | fixes #244 | Okan Karaman | |
| 2019-09-14 | issues/184-fixing-undo-step - fixing linting | mitermayer | |
| 2019-09-14 | issues/184-fixing-undo-step - Fixing undo step | mitermayer | |
| - in order to bypass vimdefaults we can fake a change prior to formatting and merging that back to undostack operation | |||
| 2019-09-14 | issues/184-fixing-undo-step - Writting should not trigger autocomands | mitermayer | |
| - when formatting files we should not trigger auto commands | |||
| 2018-11-05 | Merge branch 'master' into release/1.x | mitermayer | |
| 2018-06-03 | Adding documentation for prettier partial formatting | mitermayer | |
| 2018-06-03 | Enabling partial formatting but still maintaining support for fragment | mitermayer | |
| formatting | |||
| 2018-05-04 | Creating buffer replace and save utils | mitermayer | |
| 2018-05-04 | Refactoring out sync jobs and quickfix module | mitermayer | |
| 2018-05-04 | Moving formating ultils to buffer module | mitermayer | |
| - moving formating utils to buffer module to make it easier to interact and test | |||
| 2018-05-02 | Creating shim utils to handle backwards compatiblity functions | mitermayer | |
| - Movingthe shiftwidth compat helper to a shim module responsible for dealing with backwards compatiblity | |||
