Posted on
2016-03-26
Windows 32ビット/64ビット 7.4.1655 がリリースされました。
+kaoriya, 15/16MB ZIP
ページ右のボタンよりダウンロードしてください。
もどる
Patches
- Patch 9.1.1199
Problem: Many X11/Wayland desktops support icon themes, and many themes
provide a gvim icon, but this icon is ignored for the window
itself because it is hardcoded in the source code.
Solution: Read the icon from the theme instead (Aurelien Gateau). - runtime(indent-tests): GitHub Actions doesn't show why indent tests failed
Problem: GitHub Actions doesn't show why indent tests failed
Solution: Send the .fail files to stdout - Patch 9.1.1198
Problem: [security]: potential data loss with zip.vim and special
crafted zip files (RyotaK)
Solution: use glob '[-]' to protect filenames starting with '-' - Patch 9.1.1197
Problem: process_next_cpt_value() uses wrong condition
Solution: use cfc_has_mode() instead and remove redundant else if branch
(glepnir) - Patch 9.1.1196
Problem: filetype: config files for container tools are not recognized
Solution: detect the ones that aren't detected yet as toml filetype
(David Mandelberg) - runtime(doc): remove unnecessary "an"
"umask" is pronounce like "youmask", so having an "an" before it is a
bit strange. In other places in the help, "umask" is not preceded by
either "a" or "an", and sometimes preceded by "the". - Patch 9.1.1195
Problem: inside try-block: fn body executed when default arg is
undefined
Solution: When inside a try-block do not execute function body after an
error in evaluating a default argument expression
(Shane Harper). - runtime(doc): Update doc 52.6
Problem: the highlight-yank plugin exmaple provided in the doc behaves
incorrectly when selection is set to exclusive. - runtime(compiler): allow customizing exe and args for tsc
closes: #16853 - runtime(compiler): add comment for Dispatch
closes: #16854