Skip to content

Commit eb9e080

Browse files
committed
vim: Import v9.0.0392
* 9.0.0392: inverted condition is a bit confusing * 9.0.0391: using separate delete() call instead of writefile() 'D' flag * 9.0.0390: cannot use a partial with :defer * 9.0.0389: crash when 'tagfunc' closes the window * 9.0.0388: the do_arg_all() function is too long * 9.0.0387: repeat <ScriptCmd> mapping doesn't use right script context * 9.0.0386: some code blocks are nested too deep * 9.0.0385: GUI: when CTRL-D is mapped in Insert mode it gets inserted * 9.0.0384: Covertity still complains about using return value of getc() * 9.0.0383: Coverity complains about unused value * 9.0.0382: freeing the wrong string on failure
1 parent b8b57fa commit eb9e080

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.0.0381](https://github.com/vim/vim/commit/b40ad4ff148404b1226bea7051278a1c3c79d4f3): writefile test leaves files behind\n* [9.0.0380](https://github.com/vim/vim/commit/e1f3ab73bc7c4b3eee03b673c2983ed7eca6ea80): deleting files in tests is a hassle\n* [Revert part of patch merged twice](https://github.com/vim/vim/commit/8f7116caddc6f0725cf1211407d97645c4eb7b65)\n* [9.0.0380](https://github.com/vim/vim/commit/fed6bdae6f5f15d842d2e33eda6d3ffbc5b258a7): deleting files in tests is a hassle\n* [Update runtime files](https://github.com/vim/vim/commit/0daafaa7d99ef500f76b1b12f5fe8153e2fcaea0)\n* [9.0.0379](https://github.com/vim/vim/commit/806a273f3c84ecd475913d901890bb1929be9a0a): cleaning up after writefile() is a hassle
1+
* [9.0.0392](https://github.com/vim/vim/commit/e53a0d44090753d6284b34cc7fb5cf6c765d562c): inverted condition is a bit confusing\n* [9.0.0391](https://github.com/vim/vim/commit/3411265a3698c3d5ef56d9b0c3bb237a9f5fdba1): using separate delete() call instead of writefile() 'D' flag\n* [9.0.0390](https://github.com/vim/vim/commit/86d87256c4005c6215da5af2597fbf6f6304421f): cannot use a partial with :defer\n* [9.0.0389](https://github.com/vim/vim/commit/ccfde4d028e891a41e3548323c3d47b06fb0b83e): crash when 'tagfunc' closes the window\n* [9.0.0388](https://github.com/vim/vim/commit/8894761daf68220504932c8b3e75f59138cdb617): the do\_arg\_all() function is too long\n* [9.0.0387](https://github.com/vim/vim/commit/ddf7dba96e05a41c7a228b153146237e0a21b146): repeat \<ScriptCmd> mapping doesn't use right script context\n* [9.0.0386](https://github.com/vim/vim/commit/b1f471ee20b0fa783ecd6e29aa69067e6c821376): some code blocks are nested too deep\n* [9.0.0385](https://github.com/vim/vim/commit/c47b16a47063735413ebe3885604c4460f724246): GUI: when CTRL-D is mapped in Insert mode it gets inserted\n* [9.0.0384](https://github.com/vim/vim/commit/c7d2ff2ca03f1f36544a92cb93300eae06bcd0c0): Covertity still complains about using return value of getc()\n* [9.0.0383](https://github.com/vim/vim/commit/963ab26842be22c0d210c3e950fecac28578f8be): Coverity complains about unused value\n* [9.0.0382](https://github.com/vim/vim/commit/31ea6bf530a814991f669122dbc9921117a862c3): freeing the wrong string on failure

0 commit comments

Comments
 (0)