Skip to content

Commit

Permalink
vim: Import v9.0.0089
Browse files Browse the repository at this point in the history
* 9.0.0089: fuzzy argument completion doesn't work for shell commands
* 9.0.0088: pattern for detecting bitbake files is not sufficient
* 9.0.0087: MS-Windows: CTRL-[ on Belgian keyboard does not work like Esc
* 9.0.0086: tabline is not redrawn when entering command line
* 9.0.0085: ":write" fails after ":file name" and the ":edit"
* 9.0.0084: using "terraform" filetype for .tfvars file is bad
* 9.0.0083: ModeChanged event not triggered when leaving cmdline window
* 9.0.0082: cannot interrupt global command from command line
* 9.0.0081: command line completion of user command may have duplicates
* 9.0.0080: compiler warning for size_t to int conversion
* 9.0.0079: error in autoload script not reported for 'foldexpr'
* 9.0.0078: star register is unexpectedly changed when deleting
* 9.0.0077: wrong restored cursor position when switching window in autocmd
* 9.0.0076: no test for what patch 8.1.1424 fixes
* 9.0.0075: some compilers warn for using an uninitialized variable
* 9.0.0074: Coverity warns for double free
  • Loading branch information
chrisbra committed Jul 26, 2022
1 parent 6cdaf00 commit ace0fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* [9.0.0073](https://github.com/vim/vim/commit/1b67f07f7626b87d9ce3e16815970988983a2ddc): too many files recognized as bsdl\n* [9.0.0072](https://github.com/vim/vim/commit/6d023f98dfbad6215a4e94ed7df28f8972b3ff9d): compiler warning for uninitialized variable\n* [9.0.0071](https://github.com/vim/vim/commit/ecdc82e74e6a7e73d9067ece1d5eac33abfde5ed): command overlaps with printed text in scrollback\n* [9.0.0070](https://github.com/vim/vim/commit/4dc513a22c017b3061287deac74fa55f70a3214c): using utfc\_ptr2char\_len() when length is negative\n* [9.0.0069](https://github.com/vim/vim/commit/0c740e745a5f8702fd87689615a9684664e40764): leaking memory when using text prop with inserted text\n* [9.0.0068](https://github.com/vim/vim/commit/fe3fb6e1e6c90e9bada05518a13a72b3fc2f6a98): build fails with tiny features\n* [9.0.0067](https://github.com/vim/vim/commit/7f9969c559b51446632ac7e8f76cde07e7d0078d): cannot show virtual text\n* [Update runtime files](https://github.com/vim/vim/commit/b529cfbd04c02e31cfa88f2c8d88b5ff532d4f7d)\n* [9.0.0066](https://github.com/vim/vim/commit/cd6ad6439da2ee2d1a8a6934c9d69e9c2664ba55): switching window uneccarily when getting buffer options
* [9.0.0089](https://github.com/vim/vim/commit/7db3a8e3298bf7c7c3f74cc9c1add04f29e78d2d): fuzzy argument completion doesn't work for shell commands\n* [9.0.0088](https://github.com/vim/vim/commit/30e212dac1d29536883c36918a465a38d81d6413): pattern for detecting bitbake files is not sufficient\n* [9.0.0087](https://github.com/vim/vim/commit/3f0266739db7d27cb7f03f9d131114fb0af3df71): MS-Windows: CTRL-\[ on Belgian keyboard does not work like Esc\n* [9.0.0086](https://github.com/vim/vim/commit/6791adca53981666f0cf23e264e102b795224044): tabline is not redrawn when entering command line\n* [9.0.0085](https://github.com/vim/vim/commit/1f0dc5e84f5cc530c0fb9d0789e3d42d644429d7): ":write" fails after ":file name" and the ":edit"\n* [9.0.0084](https://github.com/vim/vim/commit/15b87b6610bfce0c6296bbbad019c944f88a74ca): using "terraform" filetype for .tfvars file is bad\n* [9.0.0083](https://github.com/vim/vim/commit/c9e8fd6fc7d2027d0645b376d95a6ed51098036c): ModeChanged event not triggered when leaving cmdline window\n* [9.0.0082](https://github.com/vim/vim/commit/3cfae39b087c2724991d385e5e8ee7d011aa8e99): cannot interrupt global command from command line\n* [9.0.0081](https://github.com/vim/vim/commit/c2842adfb2ca0637f13e2793fefa18e7818684f9): command line completion of user command may have duplicates\n* [9.0.0080](https://github.com/vim/vim/commit/0494789ecee9e2a973f48426f7a69fb96378fa8a): compiler warning for size\_t to int conversion\n* [9.0.0079](https://github.com/vim/vim/commit/6809ff978a5c5b798952db9fa663df9e1776f3ff): error in autoload script not reported for 'foldexpr'\n* [9.0.0078](https://github.com/vim/vim/commit/559f230fd618e51d7986d87217ff38a2eac73cef): star register is unexpectedly changed when deleting\n* [9.0.0077](https://github.com/vim/vim/commit/b03950fafa07e8b8d975eeb345ad08b8b62e67ce): wrong restored cursor position when switching window in autocmd\n* [9.0.0076](https://github.com/vim/vim/commit/92a1678d488b7d023ddf2cd493a6ee0d7fcf1928): no test for what patch 8.1.1424 fixes\n* [9.0.0075](https://github.com/vim/vim/commit/be3dbda871ffd1b61f52b9519c23772f62381c67): some compilers warn for using an uninitialized variable\n* [9.0.0074](https://github.com/vim/vim/commit/34a1f779791fd4137547fa72addeb147b7704604): Coverity warns for double free

0 comments on commit ace0fcc

Please sign in to comment.