aboutsummaryrefslogtreecommitdiff
path: root/autoload/prettier/utils/buffer.vim
AgeCommit message (Collapse)Author
2023-10-04refactor: split range getter into two partsVictor 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-02enh: save buffer marks between runsRodrigo Gonzalez
2020-10-16fixes #244Okan Karaman
2019-09-14issues/184-fixing-undo-step - fixing lintingmitermayer
2019-09-14issues/184-fixing-undo-step - Fixing undo stepmitermayer
- in order to bypass vimdefaults we can fake a change prior to formatting and merging that back to undostack operation
2019-09-14issues/184-fixing-undo-step - Writting should not trigger autocomandsmitermayer
- when formatting files we should not trigger auto commands
2018-11-05Merge branch 'master' into release/1.xmitermayer
2018-06-03Adding documentation for prettier partial formattingmitermayer
2018-06-03Enabling partial formatting but still maintaining support for fragmentmitermayer
formatting
2018-05-04Creating buffer replace and save utilsmitermayer
2018-05-04Moving formating ultils to buffer modulemitermayer
- moving formating utils to buffer module to make it easier to interact and test