]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0040: issue with prompt buffer and hidden buffer v9.1.0040
authorzeertzjq <zeertzjq@outlook.com>
Wed, 17 Jan 2024 20:22:59 +0000 (21:22 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 17 Jan 2024 20:22:59 +0000 (21:22 +0100)
commitf267847017976ab85117bdf75b45e769836f8d69
treed57462af4d3a29cb32ebd31e714a7a6de56c40eb
parent6a8d2e1634f8f0d7463a2786dbcbe0f38dd287a7
patch 9.1.0040: issue with prompt buffer and hidden buffer

Problem:  Modifying a hidden buffer still interferes with prompt buffer
          mode changes.
Solution: Save and restore b_prompt_insert.
          (zeertzjq)

closes: #13875

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
Modifying hidden buffer still interferes with prompt buffer mode changes
src/autocmd.c
src/structs.h
src/testdir/test_prompt_buffer.vim
src/version.c