-
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.0186: test for getwininfo() fails in GUI * 8.1.0185: running tests writes lua.vim even though it is not used * 8.1.0184: not easy to figure out the window layout * 8.1.0183: Lua API changed, breaking the build * 8.1.0182: Unicode standard was updated * 8.1.0181: memory leak with trailing characters in skip expression
- 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.0180](https://github.com/vim/vim/releases/tag/v8.1.0180): static analysis errors in Lua interface\n* [8.1.0179](https://github.com/vim/vim/releases/tag/v8.1.0179): redundant condition for boundary check | ||
* [8.1.0186](https://github.com/vim/vim/releases/tag/v8.1.0186): test for getwininfo() fails in GUI\n* [8.1.0185](https://github.com/vim/vim/releases/tag/v8.1.0185): running tests writes lua.vim even though it is not used\n* [8.1.0184](https://github.com/vim/vim/releases/tag/v8.1.0184): not easy to figure out the window layout\n* [8.1.0183](https://github.com/vim/vim/releases/tag/v8.1.0183): Lua API changed, breaking the build\n* [8.1.0182](https://github.com/vim/vim/releases/tag/v8.1.0182): Unicode standard was updated\n* [8.1.0181](https://github.com/vim/vim/releases/tag/v8.1.0181): memory leak with trailing characters in skip expression |
Submodule vim
updated
13 files
+2 −0 | runtime/doc/eval.txt | |
+1 −0 | src/eval.c | |
+2 −0 | src/evalfunc.c | |
+19 −5 | src/if_lua.c | |
+48 −23 | src/mbyte.c | |
+0 −1 | src/testdir/Make_dos.mak | |
+0 −1 | src/testdir/Make_ming.mak | |
+0 −1 | src/testdir/Make_vms.mms | |
+1 −1 | src/testdir/Makefile | |
+0 −5 | src/testdir/test1.in | |
+20 −2 | src/testdir/test_bufwintabinfo.vim | |
+10 −0 | src/testdir/test_search.vim | |
+12 −0 | src/version.c |