-
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.
* Update runtime files * 8.1.1517: when a popup changes all windows are redrawn * 8.1.1516: time reported for a test measured wrong * 8.1.1515: memory leak reported for sound when build with EXITFREE * 8.1.1514: MS-Windows: wrong shell command with ! in 'guioptions' * 8.1.1513: all popup functionality is in functions, except :popupclear
- 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.1512](https://github.com/vim/vim/releases/tag/v8.1.1512): ch_evalexpr() hangs when used recursively\n* [8.1.1511](https://github.com/vim/vim/releases/tag/v8.1.1511): matches in a popup window are not displayed properly\n* [8.1.1510](https://github.com/vim/vim/releases/tag/v8.1.1510): a plugin cannot easily expand a command like done internally\n* [8.1.1509](https://github.com/vim/vim/releases/tag/v8.1.1509): cmdline_row can become negative, causing a crash\n* [8.1.1508](https://github.com/vim/vim/releases/tag/v8.1.1508): sound keeps failing on Travis\n* [8.1.1507](https://github.com/vim/vim/releases/tag/v8.1.1507): sound test still fails on Travis\n* [8.1.1506](https://github.com/vim/vim/releases/tag/v8.1.1506): syntax error in Travis config\n* [8.1.1505](https://github.com/vim/vim/releases/tag/v8.1.1505): running "make clean" twice gives errors\n* [8.1.1504](https://github.com/vim/vim/releases/tag/v8.1.1504): sound test still fails on Travis\n* [8.1.1503](https://github.com/vim/vim/releases/tag/v8.1.1503): sound test fails on Travis\n* [8.1.1502](https://github.com/vim/vim/releases/tag/v8.1.1502): cannot play any sound | ||
* Update runtime files\n* [8.1.1517](https://github.com/vim/vim/releases/tag/v8.1.1517): when a popup changes all windows are redrawn\n* [8.1.1516](https://github.com/vim/vim/releases/tag/v8.1.1516): time reported for a test measured wrong\n* [8.1.1515](https://github.com/vim/vim/releases/tag/v8.1.1515): memory leak reported for sound when build with EXITFREE\n* [8.1.1514](https://github.com/vim/vim/releases/tag/v8.1.1514): MS-Windows: wrong shell command with ! in 'guioptions'\n* [8.1.1513](https://github.com/vim/vim/releases/tag/v8.1.1513): all popup functionality is in functions, except :popupclear |
Submodule vim
updated
31 files
+1 −0 | Filelist | |
+28 −28 | nsis/lang/simpchinese.nsi | |
+2 −2 | runtime/doc/editing.txt | |
+20 −18 | runtime/doc/eval.txt | |
+1 −2 | runtime/doc/index.txt | |
+108 −110 | runtime/doc/popup.txt | |
+11 −2 | runtime/doc/tags | |
+13 −10 | runtime/doc/tagsrch.txt | |
+20 −8 | runtime/doc/todo.txt | |
+3 −1 | runtime/doc/various.txt | |
+5 −2 | runtime/syntax/matlab.vim | |
+7 −1 | runtime/syntax/typescript.vim | |
+968 −0 | runtime/tutor/tutor.ko | |
+288 −132 | runtime/tutor/tutor.ko.utf-8 | |
+2 −1 | src/evalfunc.c | |
+12 −12 | src/ex_cmdidxs.h | |
+0 −3 | src/ex_cmds.h | |
+1 −0 | src/globals.h | |
+4 −9 | src/misc2.c | |
+10 −8 | src/popupwin.c | |
+1 −1 | src/proto/popupwin.pro | |
+0 −1 | src/proto/screen.pro | |
+1 −1 | src/proto/sound.pro | |
+86 −30 | src/screen.c | |
+10 −1 | src/sound.c | |
+80 −0 | src/testdir/popupbounce.vim | |
+7 −7 | src/testdir/runtest.vim | |
+34 −34 | src/testdir/test_popupwin.vim | |
+1 −1 | src/testdir/test_sound.vim | |
+7 −3 | src/ui.c | |
+10 −0 | src/version.c |