]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0420: :browse oldfiles prompts even with single entry v9.1.0420
authorChristian Brabandt <cb@256bit.org>
Sun, 19 May 2024 07:11:09 +0000 (09:11 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 19 May 2024 07:11:09 +0000 (09:11 +0200)
commit0b0f7d6be08df5411718797043414a6391ebfda5
tree7d764dda5de406a08df0e0f9e8ab3658b66b753e
parent4776e64e72de2976ff90b17d236e50e2b02c5540
patch 9.1.0420: :browse oldfiles prompts even with single entry

Problem:  :browse oldfiles prompts even with single entry
Solution: Do not prompt, but edit the file directly,
          also when using :filter /pat/ browse oldfiles

closes: #14794

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/usr_21.txt
src/ex_cmds.c
src/testdir/test_viminfo.vim
src/version.c