-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 8.1.2058: function for ex command is named inconsistently * 8.1.2057: the screen.c file is much too big
- 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.2056](https://github.com/vim/vim/releases/tag/v8.1.2056): "make test" for indent files doesn't cause make to fail\n* [8.1.2055](https://github.com/vim/vim/releases/tag/v8.1.2055): not easy to jump to function line from profile\n* [8.1.2054](https://github.com/vim/vim/releases/tag/v8.1.2054): compiler test for Perl may fail\n* [8.1.2053](https://github.com/vim/vim/releases/tag/v8.1.2053): SafeStateAgain not triggered if callback uses feedkeys() | ||
* [8.1.2058](https://github.com/vim/vim/releases/tag/v8.1.2058): function for ex command is named inconsistently\n* [8.1.2057](https://github.com/vim/vim/releases/tag/v8.1.2057): the screen.c file is much too big |
Submodule vim
updated
20 files
+4 −0 | Filelist | |
+2 −0 | src/Make_cyg_ming.mak | |
+2 −0 | src/Make_morph.mak | |
+8 −0 | src/Make_mvc.mak | |
+30 −42 | src/Make_vms.mms | |
+20 −0 | src/Makefile | |
+2 −0 | src/README.md | |
+3,131 −0 | src/drawline.c | |
+3,112 −0 | src/drawscreen.c | |
+1 −1 | src/ex_cmds.h | |
+25 −0 | src/globals.h | |
+1 −1 | src/mark.c | |
+2 −0 | src/proto.h | |
+3 −0 | src/proto/drawline.pro | |
+25 −0 | src/proto/drawscreen.pro | |
+1 −1 | src/proto/mark.pro | |
+12 −21 | src/proto/screen.pro | |
+263 −6,656 | src/screen.c | |
+4 −0 | src/version.c | |
+7 −0 | src/vim.h |