From b55d891d2824f98d9fa6e258f5dba28d6b5ccc3c Mon Sep 17 00:00:00 2001 From: mitermayer Date: Mon, 19 Jun 2017 21:15:00 -0700 Subject: feature: enabling partial buffer conversion (tech review) - removing trailing spaces - removing extra param from error callback - changing function signature with more consistent params --- plugin/prettier.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/prettier.vim') diff --git a/plugin/prettier.vim b/plugin/prettier.vim index ca35c79..207c46c 100644 --- a/plugin/prettier.vim +++ b/plugin/prettier.vim @@ -20,7 +20,7 @@ let g:loaded_prettier = 1 " autoformating enabled by default upon saving let g:prettier#autoformat = get(g:, 'prettier#autoformat', 1) -" calling :Prettier by default runs synchronous +" calling :Prettier by default runs synchronous let g:prettier#exec_cmd_async = get(g:, 'prettier#exec_cmd_async', 0) " when having formatting errors will open the quickfix by default -- cgit v1.3