-
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.1194: typos and small problems in source files * 8.1.1193: typos and small problems in test files * 8.1.1192: mode is not cleared when leaving Insert mode with mapped Esc * 8.1.1191: not all debug commands are covered by a test * 8.1.1190: has('vimscript-3') does not work * 8.1.1189: mode is not cleared when leaving Insert mode * 8.1.1188: not all Vim variables require the v: prefix
- 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.1187](https://github.com/vim/vim/releases/tag/v8.1.1187): cannot recognize Pipfile\n* [8.1.1186](https://github.com/vim/vim/releases/tag/v8.1.1186): readdir() allocates list twice | ||
* [8.1.1194](https://github.com/vim/vim/releases/tag/v8.1.1194): typos and small problems in source files\n* [8.1.1193](https://github.com/vim/vim/releases/tag/v8.1.1193): typos and small problems in test files\n* [8.1.1192](https://github.com/vim/vim/releases/tag/v8.1.1192): mode is not cleared when leaving Insert mode with mapped Esc\n* [8.1.1191](https://github.com/vim/vim/releases/tag/v8.1.1191): not all debug commands are covered by a test\n* [8.1.1190](https://github.com/vim/vim/releases/tag/v8.1.1190): has('vimscript-3') does not work\n* [8.1.1189](https://github.com/vim/vim/releases/tag/v8.1.1189): mode is not cleared when leaving Insert mode\n* [8.1.1188](https://github.com/vim/vim/releases/tag/v8.1.1188): not all Vim variables require the v: prefix |
Submodule vim
updated
26 files
+9 −5 | runtime/doc/eval.txt | |
+2 −2 | src/channel.c | |
+1 −1 | src/crypt.c | |
+3 −5 | src/edit.c | |
+8 −4 | src/eval.c | |
+1 −0 | src/evalfunc.c | |
+1 −1 | src/ex_cmds2.c | |
+6 −5 | src/globals.h | |
+1 −1 | src/installman.sh | |
+1 −1 | src/regexp.h | |
+11 −4 | src/screen.c | |
+3 −3 | src/tag.c | |
+1 −1 | src/term.c | |
+1 −1 | src/terminal.c | |
+1 −1 | src/testdir/test_bufline.vim | |
+99 −17 | src/testdir/test_debugger.vim | |
+19 −0 | src/testdir/test_eval_stuff.vim | |
+1 −1 | src/testdir/test_gn.vim | |
+61 −0 | src/testdir/test_messages.vim | |
+1 −1 | src/testdir/test_quotestar.vim | |
+2 −0 | src/testdir/test_registers.vim | |
+2 −2 | src/testdir/test_syntax.vim | |
+0 −3 | src/testdir/test_tabpage.vim | |
+7 −0 | src/testdir/test_vartabs.vim | |
+2 −1 | src/userfunc.c | |
+14 −0 | src/version.c |