summaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 2dac4874c5..93da5dcc32 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -708,6 +708,10 @@ aucmd_abort:
*/
if (wipe_buf)
{
+ // Do not wipe out the buffer if it is used in a window.
+ if (buf->b_nwindows > 0)
+ return FALSE;
+
if (action == DOBUF_WIPE_REUSE)
{
// we can re-use this buffer number, store it