diff options
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 66454c7ecc2..b0f1a04e3f2 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1382,6 +1382,7 @@ with SIGHUP. */) #endif /* CLASH_DETECTION */ kill_buffer_processes (buf); + clear_charpos_cache (b); tem = Vinhibit_quit; Vinhibit_quit = Qt; |