diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2018-03-25 14:58:47 -0700 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2018-03-25 14:58:47 -0700 |
| commit | ba8b67a02fbb01495ac2ff4daf7f391c13a163e1 (patch) | |
| tree | 6a858e5a9b4ba1d6e454e56e3ce7f8f38c019d7f /autoload | |
| parent | 2116a4b6d7712bfc5ce13c70c12f8c8dd4acb7f9 (diff) | |
| download | vim-prettier-ba8b67a02fbb01495ac2ff4daf7f391c13a163e1.tar.xz | |
Fixing inverted flag
Diffstat (limited to 'autoload')
| -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 54cce8d..5f48033 100644 --- a/autoload/prettier.vim +++ b/autoload/prettier.vim @@ -251,7 +251,7 @@ function! s:Handle_Parsing_Errors(out) abort let l:winnr = winnr() call setqflist(l:errors, 'r') botright copen - if !g:prettier#no_focus_quicklist + if g:prettier#no_focus_quicklist " Return the cursor back to the main buffer. exe l:winnr . 'wincmd w' endif |
