diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2017-09-29 21:12:42 -0700 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2017-09-29 21:12:42 -0700 |
| commit | 58ffa35566d2d84db4c57612e4d10dae2276e6a9 (patch) | |
| tree | 5085ca470e472fd57e1710834a7c7aca2e234d0f /autoload/prettier.vim | |
| parent | 964b8d30b991f9b551172250116a660b2b6f41cc (diff) | |
| download | vim-prettier-58ffa35566d2d84db4c57612e4d10dae2276e6a9.tar.xz | |
WIP
Diffstat (limited to 'autoload/prettier.vim')
| -rw-r--r-- | autoload/prettier.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/prettier.vim b/autoload/prettier.vim index c217a58..d2b0a7f 100644 --- a/autoload/prettier.vim +++ b/autoload/prettier.vim @@ -214,7 +214,7 @@ function! s:Get_Prettier_Exec_Args(config) abort \ ' --config-precedence ' . \ get(a:config, 'configPrecedence', g:prettier#config#config_precedence) . \ ' --stdin ' - return cmd + return l:cmd endfunction " By default we will search for the following |
