-
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.2127: the indent.c file is a bit big * 8.1.2126: viminfo not sufficiently tested
- 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.2125](https://github.com/vim/vim/releases/tag/v8.1.2125): fnamemodify() fails when repeating :e\n* [8.1.2124](https://github.com/vim/vim/releases/tag/v8.1.2124): ruler is not updated if win_execute() moves cursor\n* [8.1.2123](https://github.com/vim/vim/releases/tag/v8.1.2123): parsing CSI sequence is messy | ||
* [8.1.2127](https://github.com/vim/vim/releases/tag/v8.1.2127): the indent.c file is a bit big\n* [8.1.2126](https://github.com/vim/vim/releases/tag/v8.1.2126): viminfo not sufficiently tested |
Submodule vim
updated
29 files
+2 −0 | Filelist | |
+1 −0 | src/Make_cyg_ming.mak | |
+1 −0 | src/Make_morph.mak | |
+4 −0 | src/Make_mvc.mak | |
+6 −0 | src/Make_vms.mms | |
+10 −0 | src/Makefile | |
+2 −1 | src/README.md | |
+0 −145 | src/change.c | |
+4,133 −0 | src/cindent.c | |
+1 −340 | src/edit.c | |
+0 −64 | src/evalfunc.c | |
+0 −215 | src/ex_cmds.c | |
+2 −0 | src/globals.h | |
+1,628 −4,398 | src/indent.c | |
+0 −556 | src/misc1.c | |
+0 −107 | src/ops.c | |
+1 −0 | src/proto.h | |
+10 −0 | src/proto/cindent.pro | |
+1 −1 | src/proto/edit.pro | |
+0 −1 | src/proto/ex_cmds.pro | |
+21 −12 | src/proto/indent.pro | |
+0 −9 | src/proto/misc1.pro | |
+0 −1 | src/proto/ops.pro | |
+6 −0 | src/search.c | |
+0 −12 | src/structs.h | |
+59 −5 | src/testdir/test_viminfo.vim | |
+1 −1 | src/userfunc.c | |
+4 −0 | src/version.c | |
+49 −57 | src/viminfo.c |