aboutsummaryrefslogtreecommitdiff
path: root/plugin/prettier.vim
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2018-11-05 10:04:37 -0800
committermitermayer <mitermayer.reis@gmail.com>2018-11-05 12:22:31 -0800
commit5c55270f015acc803f1adcd12b5715005b34abe8 (patch)
tree44efdf95fd6376ede21c1b47c69cb809224c4cb8 /plugin/prettier.vim
parentdf6dae7300ac0602f473859b8fb221e427750b3a (diff)
parent4413265fab012dcb8dd6bafbd700d99f34f0e792 (diff)
downloadvim-prettier-5c55270f015acc803f1adcd12b5715005b34abe8.tar.xz
Merge branch 'master' into release/1.x
Diffstat (limited to 'plugin/prettier.vim')
-rw-r--r--plugin/prettier.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/prettier.vim b/plugin/prettier.vim
index 4a3db64..4bb0773 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.6
+" Version: 0.2.7
" 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.6'
+command! -nargs=? -range=% PrettierVersion echom '0.2.7'
" call prettier cli
command! -nargs=? -range=% PrettierCli call prettier#PrettierCli(<q-args>)