neovim/test/old/testdir/samples
zeertzjq 6f7bb02e7f
vim-patch:9.1.0686: zip-plugin has problems with special characters (#30108)
Problem:  zip-plugin has problems with special characters
          (user202729)
Solution: escape '*?[\' on Unix and handle those chars
          a bit differently on MS-Windows, add a test, check
          before overwriting files

runtime(zip): small fixes for zip plugin

This does the following:
- verify the unzip plugin is executable when loading the autoload plugin
- handle extracting file names with '[*?\' in its name correctly by
  escaping those characters for the unzip command (and handle those
  characters a bit differently on MS-Windows, since the quoting is different)
- verify, that the extract plugin is not overwriting a file (could cause
  a hang, because unzip asking for confirmation)
- add a test zip file which contains those special file names

fixes: vim/vim#15505
closes: vim/vim#15519

7790ea0c68

Co-authored-by: Christian Brabandt <cb@256bit.org>
2024-08-20 23:35:27 +00:00
..
box.txt vim-patch:9.0.2134: ml_get error when scrolling (#26264) 2023-11-29 13:24:24 +08:00
matchparen.vim vim-patch:9.0.2134: ml_get error when scrolling (#26264) 2023-11-29 13:24:24 +08:00
quickfix.txt test: move oldtests to test directory (#22536) 2023-03-07 11:13:04 +08:00
re.freeze.txt test: move oldtests to test directory (#22536) 2023-03-07 11:13:04 +08:00
test.zip vim-patch:9.1.0661: the zip plugin is not tested. (#29993) 2024-08-06 22:53:05 +00:00
testa.zip vim-patch:9.1.0686: zip-plugin has problems with special characters (#30108) 2024-08-20 23:35:27 +00:00