Skip to content

Commit a549fd3

Browse files
vim: Import v9.1.1723
* 9.1.1723: Missing ifdefs * 9.1.1722: compiler may optimize away clearing of crypt key * 9.1.1721: Defining a global gettimeofday() function * 9.1.1720: using gettimeofday() for parsing OSC responses * 9.1.1719: socket server code can be improved * 9.1.1718: filetype: kubectl config file is not recognized * 9.1.1717: filetype: AWS cli alias file is not recognized * runtime(java): Dismiss "g:markdown_fenced_languages" for Java buffers * runtime(vim): Update base syntax, fix Vim9 :for loop variable highlighting * 9.1.1716: wrong indent in win_line() * 9.1.1715: Some functions need to be re-ordered * 9.1.1714: completion: wildmode=longest:full selects wrong item * 9.1.1713: filetype: fvwm2m4 files are no longer detected * 9.1.1712: Screen not redrawn properly on t_RB response * 9.1.1711: Missing type cast in clipboard.c * runtime(doc): Add [range] spec to :help :tcl and :help :tclfile * runtime(doc): Tweak documentation style * 9.1.1710: Compile warnings in clipboard.c * 9.1.1709: filetype: kyaml files are not recognized * runtime(vim): Update base syntax, match :defer command argument * 9.1.1708: tests: various tests can be improved * runtime(astro): catch json_decode() error when parsing tsconfig.json * 9.1.1707: diff.pro contains #ifdefs * 9.1.1706: MS-Windows: Compile error when building with if_ruby * README.md: Fix the Warp link * README.md: Make the Vim logo visible again. * README.md: Add sponsor banner * 9.1.1705: time.h include is available on all platforms * runtime(tutor): Add a section on text objects and special registers to Chapter 2 * 9.1.1704: Cannot determine non-X11/Wayland clipmethods * 9.1.1703: Cannot react to terminal OSC responses * runtime(vim): update vim syntax generator for patch v9.1.1692 * 9.1.1702: tests: test_edit still fails on CI * 9.1.1701: tests: failure on CI with GUI and ASAN in test_edit.res * 9.1.1700: Multiline ignorecase specific pattern does not match with 'ignorecase' * 9.1.1699: Fuzzy completion disabled for 'findfunc' and customlist * runtime(debversions): Move bullseye, focal, and oracular to "unsupported" * 9.1.1698: Some error numbers are not documented * runtime(vimcomplete): Try catch completion of `pack_jobs->add({` * 9.1.1697: tests: no test for aclocal.m4
1 parent 84ce2c5 commit a549fd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitlog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* [9.1.1713](https://github.com/vim/vim/commit/5355e81868ea9e6a14eeba4b9140aa1bf239fb65): filetype: fvwm2m4 files are no longer detected\n* [9.1.1712](https://github.com/vim/vim/commit/99af7690eb50b66bf9af44d0d71388dcdf26dfa9): Screen not redrawn properly on t\_RB response\n* [9.1.1711](https://github.com/vim/vim/commit/8843cb2b3b21780b00077cc9aefea0d42859186f): Missing type cast in clipboard.c\n* [runtime(doc): Add \[range\] spec to :help :tcl and :help :tclfile](https://github.com/vim/vim/commit/5d8098b117fd22130458dfa9ab8b7af0a541fd33)\n* [runtime(doc): Tweak documentation style](https://github.com/vim/vim/commit/e0196f3e2772c02d79beb7d0f2d6450938884551)\n* [9.1.1710](https://github.com/vim/vim/commit/4fec4bb7a58aee6f6cb7e6ea81d1f0322761108d): Compile warnings in clipboard.c\n* [9.1.1709](https://github.com/vim/vim/commit/d5c89cc6bb6aa105abbd6ac07e4265e7da32d606): filetype: kyaml files are not recognized\n* [runtime(vim): Update base syntax, match :defer command argument](https://github.com/vim/vim/commit/7239d95bf2e35acd2746c933c66677137ac93cfa)\n* [9.1.1708](https://github.com/vim/vim/commit/97ea879b9bd80baf2a64378eedc06a9610105dad): tests: various tests can be improved\n* [runtime(astro): catch json\_decode() error when parsing tsconfig.json](https://github.com/vim/vim/commit/a07a2f4c332bcf0f7fabf9be002027acf12c6801)\n* [9.1.1707](https://github.com/vim/vim/commit/b27f54965d72d5f4be194d50a7aea7fdb6ad8194): diff.pro contains #ifdefs\n* [9.1.1706](https://github.com/vim/vim/commit/2635e83d46d51e3e896d2f433503deb8c7a65b82): MS-Windows: Compile error when building with if\_ruby\n* [README.md: Fix the Warp link](https://github.com/vim/vim/commit/6931730433d8a50801a7a19d5e28ce2c71226f64)\n* [README.md: Make the Vim logo visible again.](https://github.com/vim/vim/commit/d1cbea0451c2641589118e0ee015956db898c35e)\n* [README.md: Add sponsor banner](https://github.com/vim/vim/commit/6fd17cbf02bd4d787d6010bec1c6f1ebed725206)\n* [9.1.1705](https://github.com/vim/vim/commit/e7063871e5b4fd7af12590b9ec330917aba32971): time.h include is available on all platforms\n* [runtime(tutor): Add a section on text objects and special registers to Chapter 2](https://github.com/vim/vim/commit/b87f133b0724f7328e7dd41dd611af67f4ae3e39)\n* [9.1.1704](https://github.com/vim/vim/commit/528196c8a945b6bea6675e06691b715fa64ccb88): Cannot determine non-X11/Wayland clipmethods\n* [9.1.1703](https://github.com/vim/vim/commit/1f51bbc3b937db731ddcb3f180a4a7a8ce644ea9): Cannot react to terminal OSC responses\n* [runtime(vim): update vim syntax generator for patch v9.1.1692](https://github.com/vim/vim/commit/7f380259cf81ffa0c27e2a69475d4f253352c13d)\n* [9.1.1702](https://github.com/vim/vim/commit/42acf736a34904e4c030f9c164f41717bde96427): tests: test\_edit still fails on CI\n* [9.1.1701](https://github.com/vim/vim/commit/6c14c4625b99fab98ae3836d4f12e35c7aefa51a): tests: failure on CI with GUI and ASAN in test\_edit.res\n* [9.1.1700](https://github.com/vim/vim/commit/bf82e58a702900c70638e8047039fdf5f12f749f): Multiline ignorecase specific pattern does not match with 'ignorecase'\n* [9.1.1699](https://github.com/vim/vim/commit/cadba053293a7294d69b2336dbea50a77b3ee206): Fuzzy completion disabled for 'findfunc' and customlist\n* [runtime(debversions): Move bullseye, focal, and oracular to "unsupported"](https://github.com/vim/vim/commit/b760062897d6aed4ff9f148a332e36a5bf5ee6f5)\n* [9.1.1698](https://github.com/vim/vim/commit/5e27058fc4a98dbea16f72bc54e76bbe1d455168): Some error numbers are not documented\n* [runtime(vimcomplete): Try catch completion of \`pack\_jobs->add({\`](https://github.com/vim/vim/commit/28c88ebeb7bb5937dfebd5c007bff7e94b617623)\n* [9.1.1697](https://github.com/vim/vim/commit/f5670a1596106aaee2e013e0b3dad996979ab31f): tests: no test for aclocal.m4
1+
* [9.1.1723](https://github.com/vim/vim/commit/710095cab8134f0dbdfa0710ab6e46c5e5bfa5fa): Missing ifdefs\n* [9.1.1722](https://github.com/vim/vim/commit/59d496ab0cca1a1608d15344ebe072b0e360afb3): compiler may optimize away clearing of crypt key\n* [9.1.1721](https://github.com/vim/vim/commit/bf91eb762069e6f23b2e0425c497cfb05057c08c): Defining a global gettimeofday() function\n* [9.1.1720](https://github.com/vim/vim/commit/6278f1a10a57b237d4aed8e731b231a6bf888a6a): using gettimeofday() for parsing OSC responses\n* [9.1.1719](https://github.com/vim/vim/commit/2035c745747ba78e740a20fefc9885b2463df5e6): socket server code can be improved\n* [9.1.1718](https://github.com/vim/vim/commit/6cd6857cbe671ff8bc4e057b528d37795e1b5c2a): filetype: kubectl config file is not recognized\n* [9.1.1717](https://github.com/vim/vim/commit/be0589f1d21f543cedbcd243152721b74d7317dc): filetype: AWS cli alias file is not recognized\n* [runtime(java): Dismiss "g:markdown\_fenced\_languages" for Java buffers](https://github.com/vim/vim/commit/71149dfec502d7489cd7e46c721f891b486bdbf6)\n* [runtime(vim): Update base syntax, fix Vim9 :for loop variable highlighting](https://github.com/vim/vim/commit/6f97624e115eb793e5b486244683ecb86959d859)\n* [9.1.1716](https://github.com/vim/vim/commit/68f681c6ab40e2565b4d94c03918ef1a40d60ebe): wrong indent in win\_line()\n* [9.1.1715](https://github.com/vim/vim/commit/7292964267bc6d7a3b6a1637405359e2586e00f2): Some functions need to be re-ordered\n* [9.1.1714](https://github.com/vim/vim/commit/2eccb4d0bec87854cfc214e1feb96b5a8f4a69df): completion: wildmode=longest:full selects wrong item\n* [9.1.1713](https://github.com/vim/vim/commit/5355e81868ea9e6a14eeba4b9140aa1bf239fb65): filetype: fvwm2m4 files are no longer detected\n* [9.1.1712](https://github.com/vim/vim/commit/99af7690eb50b66bf9af44d0d71388dcdf26dfa9): Screen not redrawn properly on t\_RB response\n* [9.1.1711](https://github.com/vim/vim/commit/8843cb2b3b21780b00077cc9aefea0d42859186f): Missing type cast in clipboard.c\n* [runtime(doc): Add \[range\] spec to :help :tcl and :help :tclfile](https://github.com/vim/vim/commit/5d8098b117fd22130458dfa9ab8b7af0a541fd33)\n* [runtime(doc): Tweak documentation style](https://github.com/vim/vim/commit/e0196f3e2772c02d79beb7d0f2d6450938884551)\n* [9.1.1710](https://github.com/vim/vim/commit/4fec4bb7a58aee6f6cb7e6ea81d1f0322761108d): Compile warnings in clipboard.c\n* [9.1.1709](https://github.com/vim/vim/commit/d5c89cc6bb6aa105abbd6ac07e4265e7da32d606): filetype: kyaml files are not recognized\n* [runtime(vim): Update base syntax, match :defer command argument](https://github.com/vim/vim/commit/7239d95bf2e35acd2746c933c66677137ac93cfa)\n* [9.1.1708](https://github.com/vim/vim/commit/97ea879b9bd80baf2a64378eedc06a9610105dad): tests: various tests can be improved\n* [runtime(astro): catch json\_decode() error when parsing tsconfig.json](https://github.com/vim/vim/commit/a07a2f4c332bcf0f7fabf9be002027acf12c6801)\n* [9.1.1707](https://github.com/vim/vim/commit/b27f54965d72d5f4be194d50a7aea7fdb6ad8194): diff.pro contains #ifdefs\n* [9.1.1706](https://github.com/vim/vim/commit/2635e83d46d51e3e896d2f433503deb8c7a65b82): MS-Windows: Compile error when building with if\_ruby\n* [README.md: Fix the Warp link](https://github.com/vim/vim/commit/6931730433d8a50801a7a19d5e28ce2c71226f64)\n* [README.md: Make the Vim logo visible again.](https://github.com/vim/vim/commit/d1cbea0451c2641589118e0ee015956db898c35e)\n* [README.md: Add sponsor banner](https://github.com/vim/vim/commit/6fd17cbf02bd4d787d6010bec1c6f1ebed725206)\n* [9.1.1705](https://github.com/vim/vim/commit/e7063871e5b4fd7af12590b9ec330917aba32971): time.h include is available on all platforms\n* [runtime(tutor): Add a section on text objects and special registers to Chapter 2](https://github.com/vim/vim/commit/b87f133b0724f7328e7dd41dd611af67f4ae3e39)\n* [9.1.1704](https://github.com/vim/vim/commit/528196c8a945b6bea6675e06691b715fa64ccb88): Cannot determine non-X11/Wayland clipmethods\n* [9.1.1703](https://github.com/vim/vim/commit/1f51bbc3b937db731ddcb3f180a4a7a8ce644ea9): Cannot react to terminal OSC responses\n* [runtime(vim): update vim syntax generator for patch v9.1.1692](https://github.com/vim/vim/commit/7f380259cf81ffa0c27e2a69475d4f253352c13d)\n* [9.1.1702](https://github.com/vim/vim/commit/42acf736a34904e4c030f9c164f41717bde96427): tests: test\_edit still fails on CI\n* [9.1.1701](https://github.com/vim/vim/commit/6c14c4625b99fab98ae3836d4f12e35c7aefa51a): tests: failure on CI with GUI and ASAN in test\_edit.res\n* [9.1.1700](https://github.com/vim/vim/commit/bf82e58a702900c70638e8047039fdf5f12f749f): Multiline ignorecase specific pattern does not match with 'ignorecase'\n* [9.1.1699](https://github.com/vim/vim/commit/cadba053293a7294d69b2336dbea50a77b3ee206): Fuzzy completion disabled for 'findfunc' and customlist\n* [runtime(debversions): Move bullseye, focal, and oracular to "unsupported"](https://github.com/vim/vim/commit/b760062897d6aed4ff9f148a332e36a5bf5ee6f5)\n* [9.1.1698](https://github.com/vim/vim/commit/5e27058fc4a98dbea16f72bc54e76bbe1d455168): Some error numbers are not documented\n* [runtime(vimcomplete): Try catch completion of \`pack\_jobs->add({\`](https://github.com/vim/vim/commit/28c88ebeb7bb5937dfebd5c007bff7e94b617623)\n* [9.1.1697](https://github.com/vim/vim/commit/f5670a1596106aaee2e013e0b3dad996979ab31f): tests: no test for aclocal.m4

vim

0 commit comments

Comments
 (0)