-
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.1198: bracketed paste may remain active after Vim exists * 8.1.1197: when starting with multiple tabs file messages is confusing * 8.1.1196: parallel build may fail * 8.1.1195: Vim script debugger functionality needs cleanup * Update runtime files
- 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.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 | ||
* [8.1.1198](https://github.com/vim/vim/releases/tag/v8.1.1198): bracketed paste may remain active after Vim exists\n* [8.1.1197](https://github.com/vim/vim/releases/tag/v8.1.1197): when starting with multiple tabs file messages is confusing\n* [8.1.1196](https://github.com/vim/vim/releases/tag/v8.1.1196): parallel build may fail\n* [8.1.1195](https://github.com/vim/vim/releases/tag/v8.1.1195): Vim script debugger functionality needs cleanup\n* Update runtime files |
Submodule vim
updated
35 files
+2 −0 | Filelist | |
+2 −3 | runtime/doc/autocmd.txt | |
+13 −6 | runtime/doc/eval.txt | |
+2 −2 | runtime/doc/gui_x11.txt | |
+3 −3 | runtime/doc/index.txt | |
+4 −2 | runtime/doc/options.txt | |
+3 −3 | runtime/doc/print.txt | |
+2 −0 | runtime/doc/tags | |
+2 −2 | runtime/doc/term.txt | |
+40 −55 | runtime/doc/todo.txt | |
+2 −1 | runtime/ftplugin/dosbatch.vim | |
+5 −0 | runtime/gvim.desktop | |
+5 −0 | runtime/vim.desktop | |
+1 −0 | src/Make_bc5.mak | |
+1 −0 | src/Make_cyg_ming.mak | |
+4 −0 | src/Make_dice.mak | |
+5 −0 | src/Make_ivc.mak | |
+6 −0 | src/Make_manx.mak | |
+1 −0 | src/Make_morph.mak | |
+4 −0 | src/Make_mvc.mak | |
+5 −0 | src/Make_sas.mak | |
+18 −14 | src/Make_vms.mms | |
+40 −32 | src/Makefile | |
+990 −0 | src/debugger.c | |
+0 −975 | src/ex_cmds2.c | |
+18 −0 | src/main.c | |
+194 −169 | src/po/de.po | |
+127 −741 | src/po/it.po | |
+1 −0 | src/proto.h | |
+14 −0 | src/proto/debugger.pro | |
+0 −12 | src/proto/ex_cmds2.pro | |
+11 −7 | src/term.c | |
+20 −0 | src/testdir/dumps/Test_start_with_tabs.dump | |
+13 −0 | src/testdir/test_startup.vim | |
+8 −0 | src/version.c |