Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Windows preview window logic, including git diff preview #1452

Merged
merged 7 commits into from
Jan 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Move s:warned
  • Loading branch information
junegunn committed Jan 16, 2023
commit 9109fb357cf4cb5e324bc171c818cf483850c728
2 changes: 1 addition & 1 deletion autoload/fzf/vim.vim
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 40,7 @@ function! s:winpath(path)
return winpath
endfunction

let s:warned = 0
function! s:bash()
if exists('s:bash')
return s:bash
Expand Down Expand Up @@ -98,7 99,6 @@ let s:bin = {
let s:TYPE = {'dict': type({}), 'funcref': type(function('call')), 'string': type(''), 'list': type([])}

let s:wide = 120
let s:warned = 0
let s:checked = 0

function! s:check_requirements()
Expand Down