]> git.feebdaed.xyz Git - 0xmirror/vim.git/commit
patch 9.1.2024: 'fsync' option cannot be set per buffer
authorglepnir <glephunter@gmail.com>
Sat, 27 Dec 2025 14:26:38 +0000 (14:26 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 27 Dec 2025 14:32:47 +0000 (14:32 +0000)
commit4d5b30372663e8ea356b25fe94334558c6ae283f
tree808c82b347a9755bce8e7626c704d5aea49e7d19
parent9266a2a19790dd3485b1dd32b3e27ba1d93e33d0
patch 9.1.2024: 'fsync' option cannot be set per buffer

Problem:  'fsync' option cannot be set per buffer
Solution: Make 'fsync' option global-local
          (glepnir)

closes: #19019

Signed-off-by: glepnir <glephunter@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt
runtime/doc/version9.txt
src/buffer.c
src/bufwrite.c
src/option.c
src/option.h
src/optiondefs.h
src/structs.h
src/testdir/test_options.vim
src/undo.c
src/version.c