-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 8.2.3682: Vim9: assigning to a script variable drops the type * 8.2.3681: cannot drag popup window after click on a status line * 8.2.3680: repeated code in xxd * 8.2.3679: objc file detected as Octave
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* [8.2.3678](https://github.com/vim/vim/commit/85be8563fe5aff686e9e30d6afff401ccd976f2a): illegal memory access\n* [8.2.3677](https://github.com/vim/vim/commit/4d07253a485819b3a9fd923d263e722ea2109c12): after a put the '\] mark is on the last byte\n* [8.2.3676](https://github.com/vim/vim/commit/309ce251897512d42da2b0df0ff100dc303e688a): unused runtime file\n* [8.2.3675](https://github.com/vim/vim/commit/ba8c92687d53c91bbc20c867a49e0988819ea2d5): using freed memory when vim\_strsave() fails\n* [8.2.3674](https://github.com/vim/vim/commit/96e7a5928e1e7a350cd6c6d0b9376305190046e7): when ml\_get\_buf() fails it messes up IObuff\n* [8.2.3673](https://github.com/vim/vim/commit/0bd8d0563853ab821a018fb9cdd85f674684fe57): crash when allocating signal stack fails\n* [8.2.3672](https://github.com/vim/vim/commit/71b36206be14c3b6334765d44a38d413eca751c7): build failure with unsigned char\n* [8.2.3671](https://github.com/vim/vim/commit/34c20ff85b87be587ea5d0398812441b502ee6a5): restarting Insert mode in prompt buffer too often\n* [8.2.3670](https://github.com/vim/vim/commit/8af87bd6b1808ffcafdd73b1d7501dd50b9d15bc): error checks repeated several times\n* [8.2.3669](https://github.com/vim/vim/commit/bd228fd097b41a798f90944b5d1245eddd484142): buffer overflow with long help argument | ||
* [8.2.3682](https://github.com/vim/vim/commit/7824fc80f675b8098e6483ce082e287aad14b6da): Vim9: assigning to a script variable drops the type\n* [8.2.3681](https://github.com/vim/vim/commit/bfc5786a61693aaadc3e45f80a2f147c3a6711a3): cannot drag popup window after click on a status line\n* [8.2.3680](https://github.com/vim/vim/commit/d1d8a595bd03bf9ff6ba1440101daa98b19249fd): repeated code in xxd\n* [8.2.3679](https://github.com/vim/vim/commit/7329cfab36356c48edab7ed68f6244eb9e20a5b1): objc file detected as Octave |
Submodule vim
updated
11 files
+3 −1 | runtime/autoload/dist/ft.vim | |
+13 −7 | src/evalvars.c | |
+1 −0 | src/mouse.c | |
+1 −1 | src/proto/vim9script.pro | |
+10 −0 | src/testdir/dumps/Test_popupwin_drag_04.dump | |
+10 −0 | src/testdir/test_filetype.vim | |
+11 −0 | src/testdir/test_popupwin.vim | |
+10 −0 | src/testdir/test_vim9_assign.vim | |
+8 −0 | src/version.c | |
+14 −20 | src/vim9script.c | |
+11 −14 | src/xxd/xxd.c |