-
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.0906: using clumsy way to get console window handle * 8.1.0905: complicated regexp causes a crash * 8.1.0904: USE_LONG_FNAME never defined * 8.1.0903: struct uses more bytes than needed * 8.1.0902: incomplete set of assignment operators * 8.1.0901: index in getjumplist() may be wrong * 8.1.0900: ConPTY many crash with 32-bit build * 8.1.0899: no need to check restricted mode for setwinvar() * 8.1.0898: a messed up rgb.txt can crash Vim
- 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.0897](https://github.com/vim/vim/releases/tag/v8.1.0897): can modify a:000 when using a reference\n* [8.1.0896](https://github.com/vim/vim/releases/tag/v8.1.0896): tests for restricted mode no run for MS-Windows GUI | ||
* [8.1.0906](https://github.com/vim/vim/releases/tag/v8.1.0906): using clumsy way to get console window handle\n* [8.1.0905](https://github.com/vim/vim/releases/tag/v8.1.0905): complicated regexp causes a crash\n* [8.1.0904](https://github.com/vim/vim/releases/tag/v8.1.0904): USE_LONG_FNAME never defined\n* [8.1.0903](https://github.com/vim/vim/releases/tag/v8.1.0903): struct uses more bytes than needed\n* [8.1.0902](https://github.com/vim/vim/releases/tag/v8.1.0902): incomplete set of assignment operators\n* [8.1.0901](https://github.com/vim/vim/releases/tag/v8.1.0901): index in getjumplist() may be wrong\n* [8.1.0900](https://github.com/vim/vim/releases/tag/v8.1.0900): ConPTY many crash with 32-bit build\n* [8.1.0899](https://github.com/vim/vim/releases/tag/v8.1.0899): no need to check restricted mode for setwinvar()\n* [8.1.0898](https://github.com/vim/vim/releases/tag/v8.1.0898): a messed up rgb.txt can crash Vim |
Submodule vim
updated
15 files
+5 −1 | runtime/doc/eval.txt | |
+3 −11 | src/buffer.c | |
+56 −34 | src/eval.c | |
+2 −2 | src/evalfunc.c | |
+2 −5 | src/ex_cmds.c | |
+3 −17 | src/fileio.c | |
+1 −16 | src/os_mswin.c | |
+4 −4 | src/regexp.c | |
+65 −18 | src/regexp_nfa.c | |
+8 −2 | src/term.c | |
+3 −3 | src/terminal.c | |
+10 −6 | src/testdir/test_jumplist.vim | |
+6 −0 | src/testdir/test_regexp_latin.vim | |
+78 −0 | src/testdir/test_vimscript.vim | |
+18 −0 | src/version.c |