]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1139: [fifo] is not displayed when editing a fifo v9.1.1139
authorChristian Brabandt <cb@256bit.org>
Sun, 23 Feb 2025 08:36:56 +0000 (09:36 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 23 Feb 2025 08:36:56 +0000 (09:36 +0100)
commitf1c3134ee1f263e537212a3072e8aa4cb7e8d953
tree59786b7052f438a543c4e55f08c56b202adee81f
parenta7b8120820dc5257c76dc6086c077fa86189f4ee
patch 9.1.1139: [fifo] is not displayed when editing a fifo

Problem:  [fifo] is not displayed when editing a fifo
          (after v7.4.2189)
Solution: stat the filename and detect the type correctly

fixes: #16702
closes: #16705

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/buffer.c
src/fileio.c
src/testdir/test_startup_utf8.vim
src/version.c