Skip to content

Commit

Permalink
vim: Import v8.2.4103
Browse files Browse the repository at this point in the history
* 8.2.4103: Vim9: variable declared in for loop not initialzed
* 8.2.4102: Vim9: import cannot be used after method
* 8.2.4101: warning for unused argument in tiny version
* 8.2.4100: early return when getting the 'formatlistpat' value
* 8.2.4099: Vim9: cannot use Vim9 syntax in mapping
* 8.2.4098: typing "interrupt" at debug prompt may keep exception around
* 8.2.4097: wrong number in error message on 32 bit system
* 8.2.4096: Linux CI: unnecessarily installing packages
* 8.2.4095: sed script not recognized by the first line
* 8.2.4094: 'virtualedit' is window-local but using buffer-local enum
* 8.2.4093: cached breakindent values not initialized properly
  • Loading branch information
chrisbra committed Jan 15, 2022
1 parent 4c11a12 commit e0ee7ca
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 @@
* [8.2.4092](https://github.com/vim/vim/commit/ece07639f4989a300276d66b13553c21a7435030): MacOS CI: unnecessarily doing "Install packages"\n* [8.2.4091](https://github.com/vim/vim/commit/0f112052acaeffd75b7eb001eeb8a246ad12a276): virtcol is recomputed for statusline unnecessarily\n* [8.2.4090](https://github.com/vim/vim/commit/26ebf1f036517ebeacf571c333a83cca7e13bbe2): after restoring a session buffer order can be quite different\n* [8.2.4089](https://github.com/vim/vim/commit/7bfa6d698e7a9f586251d53cd092ad6e8110e045): terminal test for current directory fails on FreeBSD\n* [8.2.4088](https://github.com/vim/vim/commit/c0a1d370fa655cea9eaa74f5e605b95825dc9de1): xxd cannot output everything in one line
* [8.2.4103](https://github.com/vim/vim/commit/38ecd9722664049d636f4fba759b3ebbfd34e97d): Vim9: variable declared in for loop not initialzed\n* [8.2.4102](https://github.com/vim/vim/commit/857c8bb1bbe754cf2c5b709703d2eb848c800285): Vim9: import cannot be used after method\n* [8.2.4101](https://github.com/vim/vim/commit/d4e2f5090124d7753057de82727a99892f0231fe): warning for unused argument in tiny version\n* [8.2.4100](https://github.com/vim/vim/commit/04b871da800768287a8a432de568b11297db8686): early return when getting the 'formatlistpat' value\n* [8.2.4099](https://github.com/vim/vim/commit/e32c3c462ce9b3163a4a4bffd985897910885d29): Vim9: cannot use Vim9 syntax in mapping\n* [8.2.4098](https://github.com/vim/vim/commit/069613c9e8645acea3a128c15ebdbf56e2219d44): typing "interrupt" at debug prompt may keep exception around\n* [8.2.4097](https://github.com/vim/vim/commit/f60a63485ea26d9bda1618d1b72662eca65b5f1f): wrong number in error message on 32 bit system\n* [8.2.4096](https://github.com/vim/vim/commit/1050476ead81a49be0289f40b2041c47a70c95ab): Linux CI: unnecessarily installing packages\n* [8.2.4095](https://github.com/vim/vim/commit/e3ce17a3ca838954728df21ccb6c2a724490203d): sed script not recognized by the first line\n* [8.2.4094](https://github.com/vim/vim/commit/e1833bfd01c100896d2a01f281762c285192d84b): 'virtualedit' is window-local but using buffer-local enum\n* [8.2.4093](https://github.com/vim/vim/commit/c53b467473160b5cfce77277fbae414bf43e66ce): cached breakindent values not initialized properly

0 comments on commit e0ee7ca

Please sign in to comment.