aboutsummaryrefslogtreecommitdiff
path: root/autoload/prettier.vim
AgeCommit message (Expand)Author
2018-05-250.2.7 patch release0.2.7mitermayer
2018-05-25Remove trailing empty line introduced by appendSam Howie
2018-05-24Fix PrettierAsync segmentation faultSam Howie
2018-03-25Updating the logic for controlling the quickfix flagmitermayer
2018-03-25Fixing inverted flagmitermayer
2018-03-24don't change focus to the quicklistChristian Höltje
2018-02-01updating command to respect shell and shellcmdflagmitermayer
2018-02-01In order for vim8 async job to work with escaped directories we need tomitermayer
2018-01-31Fix #108 spaces in executable path problemNelson Yeung
2018-01-18Support the `--arrow-parens` configuration optionNick Thurow
2018-01-15Disabling nvim async by default under feature flagmitermayer
2018-01-14Fixing lintingmitermayer
2017-12-29Merge pull request #81 from neoclide/nvim-jobMitermayer Reis
2017-12-28bugfix - making sure we do not replace content with empty buffermitermayer
2017-12-15bugfix - fixing error on prettier async since we should not includemitermayer
2017-12-12Add --prose-wrap optionFranky Chung
2017-12-08release 0.2.60.2.6mitermayer
2017-12-08issues-83-and-84 - Fixing prettier 1.9 regressionmitermayer
2017-11-15Add async support for neovimchemzqm
2017-11-080.2.5 release0.2.5mitermayer
2017-11-08issues/76 - the shellescapping util function was breaking asyncmitermayer
2017-11-07Fixing error matching regex to match new prettier CLI errorsmitermayer
2017-11-02Borrow escape code form ale.vimQiming zhao
2017-11-02Add shellescape for file pathQiming zhao
2017-10-19version 0.2.4 release0.2.4mitermayer
2017-10-19Fixing bug where config was not being correctly loaded based on filemitermayer
2017-10-14Including extra information on the autoload header and doc headermitermayer
2017-10-07adding suppor for vim8 versions older than 8.0.0015 to use async job APImitermayer
2017-10-07Making sure we can still save the results of last prettier async run onmitermayer
2017-10-07bugfix: fixing race condition incorrect buffer formatingmitermayer
2017-10-03bug: Fixing config overwrite value for non js by levaraging --stdin-filepath ...mitermayer
2017-09-29WIPmitermayer
2017-09-25issue/56 - Allowing user path overwrite configurationmitermayer
2017-09-18Fixing typomitermayer
2017-09-17feature: Adding more commandsmitermayer
2017-09-05Adding support for prettier configurationmitermayer
2017-08-29Making sure that after formatting we preserve in the same linemitermayer
2017-08-24Async command was not working for windows this patch will make sure itmitermayer
2017-08-12bugfix: should not clear quickfix unles there are errorsmitermayer
2017-07-11adding-support-for-vim7 - adding support for vim7mitermayer
2017-06-19feature: enabling partial buffer conversion (tech review)mitermayer
2017-06-19feature: enabling partial buffer conversionmitermayer
2017-06-07Adding async command and user configurationsmitermayer
2017-06-06Bumping support to latest prettier ^1.4.X and enabling support formitermayer
2017-06-02Minor refactoring variable scopingmitermayer
2017-05-31feature: Adding support for quick-fix error handling0.0.4mitermayer
2017-05-31Moving executable check upmitermayer
2017-05-27bugfix: fixing bug where prettier installation of the plugin was nevermitermayer
2017-05-27Adding support for async formating and making it default for autosavemitermayer
2017-05-25bugfix: Making sure that when prettier fail to parse buffer we do notmitermayer