jscheid/prettier.el

(defvar prettier-parser-history nil) ?

Closed this issue · 2 comments

With helm-mode is on, C-u prettier-prettify does not work and complains prettier-parser-history is not defined. With vanilla Emacs completion, this seems not an issue, I just learnt Emacs'll define the variable automatically. In my past impression, authors define the history variable explicitly.

@xuchunyang thanks, #60 should fix both issues you've reported.

Could you install the tarball for that PR and see if it works? You can download it here (unzip the zip file but don't untar the tarball.)

It works.