Skip to content

Commit

Permalink
vim: Import v9.0.0420
Browse files Browse the repository at this point in the history
* 9.0.0420: function went missing
* 9.0.0419: the :defer command does not check the function arguments
* 9.0.0418: manually deleting temp test files
* 9.0.0417: Jsonnet files are not recognized
* 9.0.0416: ml_get error when appending lines in popup window
* 9.0.0415: on MS-Windows some tests are flaky
* 9.0.0414: matchstr() still does not match column offset
* 9.0.0413: ASAN reports a memory leak
  • Loading branch information
chrisbra committed Sep 8, 2022
1 parent 930ae6a commit 6c876b4
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.0412](https://github.com/vim/vim/commit/e5a420fb33518e08313f653f3031bc36f949e086): compiler warning for unused argument\n* [9.0.0411](https://github.com/vim/vim/commit/6f14da15ac900589f2f413d77898b9bff3b31ece): only created files can be cleaned up with one call\n* [9.0.0410](https://github.com/vim/vim/commit/d7633114af2365e32080b61af473db347a3489c2): struct member cts\_lnum is unused\n* [9.0.0409](https://github.com/vim/vim/commit/7c7e1e9b98d4e5dbe7358c795a635c6f1f36f418): #{g:x} was seen as a curly-braces expression\n* [9.0.0408](https://github.com/vim/vim/commit/fef38d86a1fc3790d2ca7fc4b3e45071c1d8c79c): GUI test sometimes fails on MS-Windows\n* [9.0.0407](https://github.com/vim/vim/commit/75a115e8d632e96b4f45dc5145ba261876a83dcf): matchstr() does match column offset\n* [9.0.0406](https://github.com/vim/vim/commit/9667b2c888351b04751bdb43cba0d4ffc8c13ab1): deferred functions not invoked when partial func exits\n* [9.0.0405](https://github.com/vim/vim/commit/c9c967da09d9faf5ba989c943352274fea365841): arguments in a partial not used by a :def function\n* [9.0.0404](https://github.com/vim/vim/commit/1540d334a04d874c2aa9d26b82dbbcd4bc5a78de): crash when passing invalid arguments to assert\_fails()\n* [9.0.0403](https://github.com/vim/vim/commit/fd7e60a33ddd83a82da4eb6267f1c12fa926f32b): 'equalalways' may be off when 'laststatus' is zero\n* [9.0.0402](https://github.com/vim/vim/commit/bb6c4073e79e86ef69c315338e00c12f0d8d6395): javascript module files are not recoginzed\n* [9.0.0401](https://github.com/vim/vim/commit/bd01f476ea8751ce9787271742017b69149edc22): CI uses older clang version\n* [9.0.0400](https://github.com/vim/vim/commit/e68f1348f25766c669e27e1f7da2453c46e4c981): GUI test sometimes hangs on CI\n* [9.0.0399](https://github.com/vim/vim/commit/98aff658d5f97629d7c3a9fccac6c79fc9c6029d): using :defer in expression funcref not tested\n* [9.0.0398](https://github.com/vim/vim/commit/ca16c60f337ed33d5dd66a6e90aaf95b619c5e47): members of funccall\_T are inconsistently named\n* [9.0.0397](https://github.com/vim/vim/commit/58779858fb5a82a3233af5d4237a3cece88c10d4): :defer not tested with exceptions and ":qa!"\n* [9.0.0396](https://github.com/vim/vim/commit/2834ebdee473c838e50e60d0aa160f0e62fc8ef9): :findrepl does not escape '&' and '~' properly\n* [9.0.0395](https://github.com/vim/vim/commit/635bb4908577738c5658a95672259b8537d97d49): clang warnings for function prototypes\n* [9.0.0394](https://github.com/vim/vim/commit/5903aaf7eb4586cf7e4fa5a219092334b05c89de): Cygwin: multibyte characters may be broken in terminal window\n* [9.0.0393](https://github.com/vim/vim/commit/a9480dbc8c4381e4139db1ab7969722f4d100bac): signals test often fails on FreeBSD
* [9.0.0420](https://github.com/vim/vim/commit/c572ad508f53bd89aa29081fc583f17ef1f0f123): function went missing\n* [9.0.0419](https://github.com/vim/vim/commit/169003289fb4b2ad18fd7f5807e0d05efff0be85): the :defer command does not check the function arguments\n* [9.0.0418](https://github.com/vim/vim/commit/45bbaef0382c5468d9fac511775bd99ea7bf5b84): manually deleting temp test files\n* [9.0.0417](https://github.com/vim/vim/commit/2a4c885d54171f68ec2c2d6eb4ae281c7fefb802): Jsonnet files are not recognized\n* [9.0.0416](https://github.com/vim/vim/commit/58a3cae3eb590c375bf4823052e8d9d4165050de): ml\_get error when appending lines in popup window\n* [9.0.0415](https://github.com/vim/vim/commit/0500e87eba7b2a82392dbb5d573de19f8ff138e7): on MS-Windows some tests are flaky\n* [9.0.0414](https://github.com/vim/vim/commit/753aead960f163d0d3f8ce523ea523f2e0cec06d): matchstr() still does not match column offset\n* [9.0.0413](https://github.com/vim/vim/commit/b0d12e63e8c763ce940dc4c162111fedde2507ef): ASAN reports a memory leak

0 comments on commit 6c876b4

Please sign in to comment.