Patch 8.1.1413
Problem:Error when the drive of the swap file was disconnected.
Solution: Try closing and re-opening the swap file. (closes #4378)
Files: src/memfile.c, src/structs.h, src/testdir/test_startup.vim
*** ../vim-8.1.1412/src/memfile.c 2019-05-24 18:48:36.766128461 +0
Ken Takata wrote:
> I found many typos and mistakes in version8.txt.
> Please check the attached patch.
I'll include it, thanks!
--
Seen it all, done it all, can't remember most of it.
/// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\
///sponsor Vim, vote fo
Patch 8.1.1412
Problem:Test 30 is old style.
Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes #4440)
Files: src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_vms.mms,
src/testdir/test30.in, src/testdir/test30.ok,
src/testdir/test_file
Patch 8.1.1411
Problem:Coverity warns for divide by zero.
Solution: Make sure width is larger than zero.
Files: src/charset.c
*** ../vim-8.1.1410/src/charset.c 2019-05-24 18:48:36.750128544 +0200
--- src/charset.c 2019-05-27 21:59:46.180472213 +0200
***
*** 11
Patch 8.1.1410
Problem:Popup_move() is not implemented yet.
Solution: Implement it. (Yasuhiro Matsumoto, closes #4441) Improve the
positioning and resizing.
Files: runtime/doc/popup.txt, src/evalfunc.c, src/popupwin.c,
src/screen.c, src/structs.h, src/proto/pop
Patch 8.1.1409
Problem:Coverity warns for using uninitialized memory.
Solution: Add a condition to clearing the growarray.
Files: src/json.c
*** ../vim-8.1.1408/src/json.c 2019-05-19 19:59:30.164255569 +0200
--- src/json.c 2019-05-27 20:00:06.682014049 +0200
***
*** 455
Hi,
I found many typos and mistakes in version8.txt.
Please check the attached patch.
Regards,
Ken Takata
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.ph
Paul Jolly wrote:
> As a brief summary, govim (https://github.com/myitcv/govim) is a
> Vim8.1 channel-based plugin, written in Go, that is a Language Server
> Protocol (LSP) client
> (https://github.com/Microsoft/language-server-protocol/blob/gh-pages/specification.md).
> The TL;DR version is th
Patch 8.1.1408
Problem:PFL_HIDDEN conflicts with system header file.
Solution: Rename to POPF_HIDDEN.
Files: src/popupwin.c, src/screen.c, src/vim.h
*** ../vim-8.1.1407/src/popupwin.c 2019-05-26 23:32:03.175678045 +0200
--- src/popupwin.c 2019-05-27 10:02:28.387158316 +0200
Ken Takata wrote:
> 2019/5/27 Mon 5:18:15 UTC+9 Bram Moolenaar wrote:
> > Patch 8.1.1406
> > Problem:popup_hide() and popup_show() not implemented yet.
> > Solution: Implement the functions.
> > Files: src/popupwin.c, src/proto/popupwin.pro, src/evalfunc.c,
> > src/str
10 matches
Mail list logo