Skip to content

Commit

Permalink
Merge pull request #69 from alker0/ignore_quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
alker0 authored Oct 18, 2023
2 parents 29b79d5 + a4e02c5 commit 50a3649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autoload/chezmoi/filetype.vim
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ set cpo-=l
set cpo-=\

function! chezmoi#filetype#handle_chezmoi_filetype() abort
if exists('b:chezmoi_handling') || exists('b:chezmoi_detecting_fixed')
if exists('b:chezmoi_handling') || exists('b:chezmoi_detecting_fixed') ||
\ &buftype ==# 'quickfix'
return
endif
let b:chezmoi_handling = 1
Expand Down

0 comments on commit 50a3649

Please sign in to comment.