-
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.1.0956: using context:0 in 'diffopt' does not work well * 8.1.0955: matchit autoload directory not in installer * 8.1.0954: arguments of semsg() and siemsg() are not checked * 8.1.0953: a very long file is truncated at 2^31 lines
- 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.1.0952](https://github.com/vim/vim/releases/tag/v8.1.0952): compilation warnings when building the MS-Windows installer\n* [8.1.0951](https://github.com/vim/vim/releases/tag/v8.1.0951): using WIN64 even though it is never defined\n* [8.1.0950](https://github.com/vim/vim/releases/tag/v8.1.0950): using :python sets 'pyxversion' even when not executed\n* [8.1.0949](https://github.com/vim/vim/releases/tag/v8.1.0949): MS-windows defines GUI macros different than other systems\n* [8.1.0948](https://github.com/vim/vim/releases/tag/v8.1.0948): when built without +eval "Vim --clean" produces errors\n* [8.1.0947](https://github.com/vim/vim/releases/tag/v8.1.0947): using MSWIN before it is defined\n* Revert change accidentally included in runtime file updates. Closes #3998. | ||
* [8.1.0956](https://github.com/vim/vim/releases/tag/v8.1.0956): using context:0 in 'diffopt' does not work well\n* [8.1.0955](https://github.com/vim/vim/releases/tag/v8.1.0955): matchit autoload directory not in installer\n* [8.1.0954](https://github.com/vim/vim/releases/tag/v8.1.0954): arguments of semsg() and siemsg() are not checked\n* [8.1.0953](https://github.com/vim/vim/releases/tag/v8.1.0953): a very long file is truncated at 2^31 lines |
Submodule vim
updated
11 files
+2 −0 | nsis/gvim.nsi | |
+1 −1 | src/diff.c | |
+6 −2 | src/message.c | |
+22 −0 | src/proto.h | |
+0 −2 | src/proto/message.pro | |
+20 −0 | src/testdir/dumps/Test_diff_06.0.dump | |
+20 −0 | src/testdir/dumps/Test_diff_06.1.dump | |
+20 −0 | src/testdir/dumps/Test_diff_06.2.dump | |
+11 −0 | src/testdir/test_diffmode.vim | |
+8 −0 | src/version.c | |
+10 −10 | src/vim.h |