diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2017-09-29 21:48:31 -0700 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2017-09-29 21:48:31 -0700 |
| commit | e4bba0393fd9e2ee6a58866a321b26c5f50776b3 (patch) | |
| tree | ed57fb93e89e1c3554110d217811eaa69b6167df /autoload/prettier.vim | |
| parent | eb56540a73e3d207120c2f6facfeee73354b730c (diff) | |
| parent | dd9a499137237dc27038f414ea460ada6b79ace7 (diff) | |
| download | vim-prettier-0.1.3.tar.xz | |
Merge branch 'issue/59-handling-prettier-deprecated-warnings'0.1.3
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 |
