]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(zip): remove test for fnameescape
authorChristian Brabandt <cb@256bit.org>
Mon, 5 Aug 2024 18:52:50 +0000 (20:52 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 6 Aug 2024 18:03:22 +0000 (20:03 +0200)
commit33836d38b82aa926a2a2b3f945a0139f373f7e56
treef751c9d25ebb263a05ff83cc0603a8c8b6cf2254
parent120c0dd815fa3b44df0fa477f7f3313e4a69c652
runtime(zip): remove test for fnameescape

Problem:  zip plugin tests for fnameescape() function
Solution: Remove the check, fnameescape() has been available since
          7.1.299, it should nowadays always be available

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/zip.vim