Commit 1cf05c3
committed
vim: Import v9.2.0360
* 9.2.0360: Cannot handle mouse-clicks in the tabpanel
* 9.2.0359: wrong VertSplitNC highlighting on winbar
* 9.2.0358: runtime(vimball): still path traversal attacks possible
* runtime(gzip): Remove compatibility fall-backs, harden random filename generation
* runtime(netrw): add missing escape() calls
* runtime(tar): missing g:tar_secure in tar#Extract()
* 9.2.0357: [security]: command injection via backticks in tag files
* 9.2.0356: Cannot apply 'scrolloff' context lines at end of file
* 9.2.0355: runtime(tar): missing path traversal checks in tar#Extract()
* 9.2.0354: filetype: not all Bitbake include files are recognized
* runtime(bitbake): support forward-slashes in bitbake varflags
* 9.2.0353: Missing out-of-memory check in register.c
* runtime(doc): Tweak documentation style in channel.txt
* 9.2.0352: 'winhighlight' of left window blends into right window
* 9.2.0351: repeat_string() can be improved
* runtime(zip): also block single leading slash and absolute paths in Extract1 parent 9983c2d commit 1cf05c3
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/autoload/gzip.vim+23-34
- runtime/autoload/tar.vim+13-12
- runtime/autoload/vimball.vim+6-6
- runtime/doc/options.txt+9-9
- runtime/doc/pi_tar.txt+9-2
- runtime/doc/pi_vimball.txt+6-1
- runtime/doc/version9.txt+3-3
- runtime/pack/dist/opt/netrw/autoload/netrw.vim+5
- src/globals.h+4
- src/mouse.c+43-14
- src/screen.c+12-3
- src/structs.h+2
- src/tabpanel.c+131-1
- src/testdir/dumps/Test_VertSplitNC_winbar_1.dump+12
- src/testdir/dumps/Test_VertSplitNC_winbar_2.dump+12
- src/testdir/test_highlight.vim+32
- src/testdir/test_plugin_vimball.vim+14
- src/testdir/test_tabpanel.vim+70
- src/version.c+6
0 commit comments