diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2018-11-05 12:28:45 -0800 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2018-11-05 12:29:38 -0800 |
| commit | be9d60045f40928f425937e62ec1b8fbf3601b4a (patch) | |
| tree | 65058757ec26d7a29a1590fdf8aa6fb56bc473eb /plugin | |
| parent | 5c55270f015acc803f1adcd12b5715005b34abe8 (diff) | |
| download | vim-prettier-be9d60045f40928f425937e62ec1b8fbf3601b4a.tar.xz | |
Bumping 1.0 tag to alpha
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/prettier.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/prettier.vim b/plugin/prettier.vim index 4bb0773..bad2ab0 100644 --- a/plugin/prettier.vim +++ b/plugin/prettier.vim @@ -5,7 +5,7 @@ " Name Of File: prettier.vim " Description: A vim plugin wrapper for prettier, pre-configured with custom default prettier settings. " Maintainer: Mitermayer Reis <mitermayer.reis at gmail.com> -" Version: 0.2.7 +" Version: 1.0.0-alpha " Usage: Use :help vim-prettier-usage, or visit https://github.com/prettier/vim-prettier " "========================================================================================================== @@ -100,7 +100,7 @@ command! -nargs=? -range=% Prettier call prettier#Prettier(g:prettier#exec_cmd_a command! -nargs=? -range=% PrettierAsync call prettier#Prettier(1, <line1>, <line2>, g:prettier#partial_format) " prints vim-prettier version -command! -nargs=? -range=% PrettierVersion echom '0.2.7' +command! -nargs=? -range=% PrettierVersion echom '1.0.0-alpha' " call prettier cli command! -nargs=? -range=% PrettierCli call prettier#PrettierCli(<q-args>) |
