Skip to content

Commit a8b311e

Browse files
committed
vim: Import v9.0.0213
* 9.0.0213: using freed memory with error in assert argument * 9.0.0212: invalid memory access when compiling :unlet * 9.0.0211: invalid memory access when compiling :lockvar * 9.0.0210: 'list' mode does not work properly with virtual text * 9.0.0209: build error with small features * 9.0.0208: the override flag has no effect for virtual text * 9.0.0207: stacktrace not shown when debugging * 9.0.0206: redraw flags are not named specifically * 9.0.0205: cursor in wrong position when inserting after virtual text * 9.0.0204: indexof() may leak memory
1 parent 1592633 commit a8b311e

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.0203](https://github.com/vim/vim/commit/c9b6570fab46bf2c246a954cfb8c0d95fe2746b3): confusing variable name\n* [9.0.0202](https://github.com/vim/vim/commit/3fbf6cd355de2212e9227f57d545592aae3f688f): code and help for indexof() is not ideal\n* [9.0.0201](https://github.com/vim/vim/commit/9113c2cd19c72c0973ee5dc095a0a7f03f2af344): CursorLine highlight overrules virtual text highlight\n* [9.0.0200](https://github.com/vim/vim/commit/8f369fb1ab7debeeda0fec69c379c528d162d9c5): cursor wrong if 'nowrap' and two right aligned text props\n* [9.0.0199](https://github.com/vim/vim/commit/f0ccfa474a5c4940d03bfc6084e896dc8ac2d791): cursor position wrong with two right-aligned virtual texts\n* [9.0.0198](https://github.com/vim/vim/commit/cfeb8a584be11758cf71ae02f6c937b06d6bb66f): ml\_get error when switching buffer in Visual mode\n* [9.0.0197](https://github.com/vim/vim/commit/6a76e84f555da6d9ee57db80143e1e5eb85535ff): astro files are not detected\n* [9.0.0196](https://github.com/vim/vim/commit/b218655d5a485f5b193fb18d7240837d42b89812): finding value in list may require a for loop
1+
* [9.0.0213](https://github.com/vim/vim/commit/249e1b903a9c0460d618f6dcc59aeb8c03b24b20): using freed memory with error in assert argument\n* [9.0.0212](https://github.com/vim/vim/commit/dbdd16b62560413abcc3c8e893cc3010ccf31666): invalid memory access when compiling :unlet\n* [9.0.0211](https://github.com/vim/vim/commit/d1d8f6bacb489036d0fd479c9dd3c0102c988889): invalid memory access when compiling :lockvar\n* [9.0.0210](https://github.com/vim/vim/commit/c3a483fc3c65f649f9985bb88792a465ea18b0a2): 'list' mode does not work properly with virtual text\n* [9.0.0209](https://github.com/vim/vim/commit/677a39fdf6a61d77ae5d14faeb498f94fd8742ff): build error with small features\n* [9.0.0208](https://github.com/vim/vim/commit/9e7e28fc4c32337f2153b94fb08140f47e46e35d): the override flag has no effect for virtual text\n* [9.0.0207](https://github.com/vim/vim/commit/28c162f6f1f525882a9a60f10ab4836dee7eb59f): stacktrace not shown when debugging\n* [9.0.0206](https://github.com/vim/vim/commit/a4d158b3c839e96ed98ff87c7b7124ff4518c4ff): redraw flags are not named specifically\n* [9.0.0205](https://github.com/vim/vim/commit/28c9f895716cfa8f1220bc41b72a534c0e10cabe): cursor in wrong position when inserting after virtual text\n* [9.0.0204](https://github.com/vim/vim/commit/63acae13f57c5ad4c8ec3146d0c458550b9e984e): indexof() may leak memory

vim

Submodule vim updated 86 files

0 commit comments

Comments
 (0)