Skip to content

Commit

Permalink
Merge pull request #143 from vds2212/fix-toggle-off
Browse files Browse the repository at this point in the history
Fix toggle off problem (issue #142)
  • Loading branch information
wellle authored Jul 19, 2024
2 parents a021ba7 + 9a2a7d8 commit 614dace
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autoload/context.vim
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ function! context#update(...) abort
\ || !s:activated
\ || s:ignore_update
\ || &previewwindow
" NOTE: Checking for mode() != 't' fixes interaction with
" fzf.vim buffer switching. See #132
\ || (mode() != 'n' && mode() != 't')
\ || !context#util#active()
\ || bufname("%") =~# '^term://'
Expand Down

0 comments on commit 614dace

Please # to comment.