Commit 07e6f93
committed
vim: Import v8.1.0254
* 8.1.0254: cannot build on MS-Windows; unused macro HAVE_HANDLE_DROP
* 8.1.0253: saving and restoring window title does not always work
* 8.1.0252: quickfix functions are too long
* 8.1.0251: using full path is not supported for 'backupdir'
* 8.1.0250: MS-Windows using VTP: windows size change incorrect
* 8.1.0249: GTK: when screen DPI changes Vim does not handle it
* 8.1.0248: duplicated quickfix code
* 8.1.0247: Python: error message for failing import is incorrect
* 8.1.0246: build failure without the +eval feature
* 8.1.0245: calling setline() in TextChangedI autocmd breaks undo
* 8.1.0244: no redraw when using a STOP signal on Vim and then CONT
* 8.1.0243: using :term ++close ++hidden closes a window
* 8.1.0242: Insert mode completion may use an invalid buffer pointer
* 8.1.0241: effect of ":tabmove N" is not clear1 parent 81b07fc commit 07e6f93
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/doc/options.txt+16-6
- runtime/doc/term.txt+4
- src/Make_all.mak+1
- src/buffer.c+2-1
- src/edit.c+18-1
- src/ex_docmd.c+1-1
- src/fileio.c+40-10
- src/gui_gtk_x11.c+32
- src/if_py_both.h+59-28
- src/main.c+4
- src/memline.c+5-10
- src/option.c+7-3
- src/os_amiga.c+5-5
- src/os_mswin.c+3-3
- src/os_unix.c+67-19
- src/os_win32.c+53-23
- src/proto/memline.pro+1
- src/proto/term.pro+3
- src/quickfix.c+522-305
- src/term.c+56-4
- src/term.h+10-2
- src/terminal.c+7-1
- src/testdir/test86.ok+1-1
- src/testdir/test87.ok+1-1
- src/testdir/test_alot.vim+1
- src/testdir/test_autocmd.vim+26-1
- src/testdir/test_backup.vim+58
- src/testdir/test_tabpage.vim+13
- src/testdir/test_terminal.vim+12
- src/version.c+28
- src/vim.h+5
0 commit comments