-
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.2402: typos and other small things * 8.1.2401: :cexpr does not handle | in expression * 8.1.2400: test39 is old style * 8.1.2399: info popup on top of cursor if it doesn't fit * 8.1.2398: strptime() test fails on Japanese Mac
- 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.2397](https://github.com/vim/vim/releases/tag/v8.1.2397): should not define __USE_XOPEN\n* Update runtime files.\n* [8.1.2396](https://github.com/vim/vim/releases/tag/v8.1.2396): using old C style comments\n* [8.1.2395](https://github.com/vim/vim/releases/tag/v8.1.2395): using old C style comments\n* [8.1.2394](https://github.com/vim/vim/releases/tag/v8.1.2394): using old C style comments\n* [8.1.2393](https://github.com/vim/vim/releases/tag/v8.1.2393): using old C style comments\n* [8.1.2392](https://github.com/vim/vim/releases/tag/v8.1.2392): using old C style comments\n* [8.1.2391](https://github.com/vim/vim/releases/tag/v8.1.2391): cannot build when __QNXNTO__ is defined\n* [8.1.2390](https://github.com/vim/vim/releases/tag/v8.1.2390): test94 is old style, fix 7.4.441 not tested | ||
* [8.1.2402](https://github.com/vim/vim/releases/tag/v8.1.2402): typos and other small things\n* [8.1.2401](https://github.com/vim/vim/releases/tag/v8.1.2401): :cexpr does not handle | in expression\n* [8.1.2400](https://github.com/vim/vim/releases/tag/v8.1.2400): test39 is old style\n* [8.1.2399](https://github.com/vim/vim/releases/tag/v8.1.2399): info popup on top of cursor if it doesn't fit\n* [8.1.2398](https://github.com/vim/vim/releases/tag/v8.1.2398): strptime() test fails on Japanese Mac |
Submodule vim
updated
19 files
+1 −0 | .gitignore | |
+3 −2 | src/Makefile | |
+6 −6 | src/ex_cmds.h | |
+2 −2 | src/message.c | |
+7 −1 | src/popupmenu.c | |
+1 −1 | src/quickfix.c | |
+0 −1 | src/testdir/Make_all.mak | |
+0 −1 | src/testdir/Make_vms.mms | |
+8 −0 | src/testdir/dumps/Test_popupwin_infopopup_wide_1.dump | |
+3 −0 | src/testdir/shared.vim | |
+0 −118 | src/testdir/test39.in | |
+ − | src/testdir/test39.ok | |
+1 −1 | src/testdir/test49.vim | |
+0 −1 | src/testdir/test_blockedit.vim | |
+1 −1 | src/testdir/test_functions.vim | |
+52 −0 | src/testdir/test_popupwin.vim | |
+6 −6 | src/testdir/test_quickfix.vim | |
+155 −1 | src/testdir/test_visual.vim | |
+10 −0 | src/version.c |