Skip to content

g:fzf_vim.history_options ignored #1600

@MaxGyver83

Description

@MaxGyver83

Checklist

  • I have fzf 0.54.0 or later
  • I have searched through the existing issues

Output of :echo system(fzf#exec() .. ' --version')

0.66.0 (8cdfb23d)

OS

  • Linux
  • macOS
  • Windows
  • Etc.

Problem / Steps to reproduce

I have this in my .vimrc (found here for the buffers command: #1583):

let g:fzf_vim = {}
let g:fzf_vim.buffers_options = ['--keep-right']
let g:fzf_vim.history_options = ['--keep-right']

This works for the :Buffers command but not for the :History command. Is history_options wrong?

The documentation looks like it should work for any command:

fzf.vim/doc/fzf-vim.txt

Lines 261 to 262 in 879db51

You can set fzf options for each command by setting
`g:fzf_vim.{command}_options`.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions