]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0154: shm=F not respected when reloading buffer with 'autoread' v9.1.0154
authorShougo Matsushita <Shougo.Matsu@gmail.com>
Wed, 6 Mar 2024 19:58:41 +0000 (20:58 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 6 Mar 2024 19:58:41 +0000 (20:58 +0100)
commit9db39b0ec90600bb41faec3a12b934b17c298b1f
treea667be2b951aafde7aef9d1f5909f0cc315d8eec
parent7ac1145fbebb66dfee325dc5265309877d941c4e
patch 9.1.0154: shm=F not respected when reloading buffer with 'autoread'

Problem:  shm=F not respected when reloading buffer with 'autoread'
Solution: Check SHM_FILEINFO in buf_check_timestamp()
          (Shougo Matsushita)

closes: #14144

Signed-off-by: Shougo Matsushita <Shougo.Matsu@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt
src/fileio.c
src/testdir/test_options.vim
src/version.c