diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2017-09-25 22:34:26 -0700 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2017-09-25 22:34:26 -0700 |
| commit | 354feb2decd0f65e649d44a980a9852cc411872f (patch) | |
| tree | a87424bfac0c1fc652ef73e2489cae2f30e1a0b3 /plugin | |
| parent | ade5eb14442a4d78206683eb850353945e8feaed (diff) | |
| download | vim-prettier-354feb2decd0f65e649d44a980a9852cc411872f.tar.xz | |
Version bump 0.1.2
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 7837370..6790205 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.1.1 +" Version: 0.1.2 " Usage: Use :help vim-prettier-usage, or visit https://github.com/prettier/vim-prettier " "========================================================================================================== @@ -67,7 +67,7 @@ command! -nargs=? -range=% Prettier call prettier#Prettier(g:prettier#exec_cmd_a command! -nargs=? -range=% PrettierAsync call prettier#Prettier(1, <line1>, <line2>) " prints vim-prettier version -command! -nargs=? -range=% PrettierVersion echom '0.1.1' +command! -nargs=? -range=% PrettierVersion echom '0.1.2' " call prettier cli command! -nargs=? -range=% PrettierCli call prettier#PrettierCli(<q-args>) |
