Re: Patch 8.1.1406

2019-05-26 Fir de Conversatie Ken Takata
Hi Bram, 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/structs.h, runtime/doc/p

Patch 8.1.1407

2019-05-26 Fir de Conversatie Bram Moolenaar
Patch 8.1.1407 Problem:Popup_create() does not support text properties. Solution: Support the third form of the text argument. Files: src/textprop.c, src/proto/textprop.pro, src/popupwin.c, src/testdir/test_popupwin.vim, src/screen.c, src/testdir/dumps/Test_popu

Patch 8.1.1406

2019-05-26 Fir de Conversatie Bram Moolenaar
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/structs.h, runtime/doc/popup.txt, src/screen.c, src/vim.h, src/testdir/test_popupwin.v

Patch 8.1.1405

2019-05-26 Fir de Conversatie Bram Moolenaar
Patch 8.1.1405 Problem:"highlight" option of popup windows not supported. Solution: Implement the "highlight" option. Files: src/option.c, src/proto/option.pro, src/diff.c src/popupwin.c, runtime/doc/popup.txt, src/testdir/test_popupwin.vim, src/testdir/dumps/Te

Patch 8.1.1404

2019-05-26 Fir de Conversatie Bram Moolenaar
Patch 8.1.1404 Problem:Cannot change the patch level when building with NSIS. Solution: Use $PATCHLEVEL if defined. (Christian Brabandt) Files: nsis/gvim.nsi *** ../vim-8.1.1403/nsis/gvim.nsi 2019-05-17 12:36:52.776893221 +0200 --- nsis/gvim.nsi 2019-05-26 20:49:16.692399

Plugins exposing events to other plugins

2019-05-26 Fir de Conversatie Paul Jolly
Hi all, 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 that such a plugin can,

Patch 8.1.1403

2019-05-26 Fir de Conversatie Bram Moolenaar
Patch 8.1.1403 Problem:Cannot build without the timer feature. Solution: Add #ifdef. Files: src/structs.h, src/window.c, src/popupwin.c, src/testdir/test_popupwin.vim *** ../vim-8.1.1402/src/structs.h 2019-05-26 20:10:02.604276366 +0200 --- src/structs.h 2019-

Patch 8.1.1402

2019-05-26 Fir de Conversatie Bram Moolenaar
Patch 8.1.1402 Problem:"timer" option of popup windows not supported. Solution: Implement the "timer" option. (Yasuhiro Matsumoto, closes #4439) Files: src/structs.h, src/testdir/test_popupwin.vim, src/popupwin.c, src/window.c, runtime/doc/popup.txt *** ../vim-8.1.1401/sr

Patch 8.1.1401

2019-05-26 Fir de Conversatie Bram Moolenaar
Patch 8.1.1401 Problem:Misspelled mkspellmem as makespellmem. Solution: Drop duplicate help entry, fix test. (Naruhiko Nishino, Ken Takata, closes #4437) Files: runtime/doc/options.txt, src/testdir/test_modeline.vim *** ../vim-8.1.1400/runtime/doc/options.txt 2019-05-

Patch 8.1.1400

2019-05-26 Fir de Conversatie Bram Moolenaar
Patch 8.1.1400 Problem:Using global pointer for tab-local popups is clumsy. Solution: Use the pointer in tabpage_T. Files: src/popupwin.c, src/globals.h, src/eval.c, src/screen.c, src/window.c *** ../vim-8.1.1399/src/popupwin.c 2019-05-26 14:10:59.909979018 +0200 ---

Re: Link error in Tiny and Small affter applying patches 8.1.1391 to 1396

2019-05-26 Fir de Conversatie Tony Mechelynck
On Sun, May 26, 2019 at 1:14 PM Bram Moolenaar wrote: > > > Tony wrote: > > > See below the error (at src/Makefile line 2009) as displayed in the > > Tiny build without GUI but with +xterm_save. Small with Motif GUI > > gives the same error. No error in Normal, Big and Huge with GTK2 GUI. > > [...

Patch 8.1.1399

2019-05-26 Fir de Conversatie Bram Moolenaar
Patch 8.1.1399 Problem:Popup windows not adjusted when switching tabs. Solution: Save and restore first_tab_popupwin. Fix closing a tabpage. Files: src/window.c, src/popupwin.c, src/proto/popupwin.pro, src/testdir/test_popupwin.vim, src/testdir/dumps/Test_popupw

Re: Link error in Tiny and Small affter applying patches 8.1.1391 to 1396

2019-05-26 Fir de Conversatie Bram Moolenaar
Tony wrote: > See below the error (at src/Makefile line 2009) as displayed in the > Tiny build without GUI but with +xterm_save. Small with Motif GUI > gives the same error. No error in Normal, Big and Huge with GTK2 GUI. > > link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly. >

Patch 8.1.1398

2019-05-26 Fir de Conversatie Bram Moolenaar
Patch 8.1.1398 Problem:Duplicate line in MSVC build file. Solution: Remove the line. (Ken Takata, closes #4436) Files: src/Make_mvc.mak *** ../vim-8.1.1397/src/Make_mvc.mak2019-05-25 19:51:03.772408479 +0200 --- src/Make_mvc.mak2019-05-26 13:12:52.295554159 +0200