Re: [vim/vim] can't close a popup terminal window when its buffer has been replaced by "term_start()" (#5744)

2020-05-15 Fir de Conversatie M Kelly
Hi, I noticed the fzf.vim issue is resolved. Thank you for this! -m -- -- 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.php --- You received this message

Re: Since recent commit getting E863: Not allowed for a terminal in a popup window

2020-05-15 Fir de Conversatie M Kelly
Hi, This issue is resolved in the latest fzf.vim commit d631c76e8d2dd18876a09d2c0919ece1a42a8721. Thank you to those involved! -m -- -- 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

Re: Since recent commit getting E863: Not allowed for a terminal in a popup window

2020-05-14 Fir de Conversatie M Kelly
Hi again, I mean you said usage of a terminal in a popup has changed - and I can say this code calls term_start from a popup :-) But I'm not yet clear on what is wrong with it. I'll keep digging. thx, -m -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your

Re: Since recent commit getting E863: Not allowed for a terminal in a popup window

2020-05-14 Fir de Conversatie M Kelly
Hi, I think it has to do with calling term_start from within a popup. I'll keep digging. -m -- -- 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.php --- You

Re: Since recent commit getting E863: Not allowed for a terminal in a popup window

2020-05-14 Fir de Conversatie M Kelly
Hi, Someone else submitted an issue to fzf.vim for this https://github.com/junegunn/fzf.vim/issues/1028 I'll try to find the exact cmd that throws this later today. thx!, -m On Wednesday, May 13, 2020 at 4:45:09 PM UTC-4, Bram Moolenaar wrote: > > > > I think this is: > > > > let

Re: [vim/vim] can't close a popup terminal window when its buffer has been replaced by "term_start()" (#5744)

2020-05-13 Fir de Conversatie M Kelly
Hi, I raised a similar question in another thread. >> All the examples raise E863, probably because of 5aed0cc. Exactly, I find fzf+popup now has an issue since this commit. Do we need to change fzf.vim to get around this ? thx, -m > -- -- You received this message from the "vim_dev"

Re: Since recent commit getting E863: Not allowed for a terminal in a popup window

2020-05-13 Fir de Conversatie M Kelly
Hi, Should I open a github issue for this ? Seems there is similar info recently from lacygoill but not sure that is fully resolved ? thx, -m -- -- 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

Re: Since recent commit getting E863: Not allowed for a terminal in a popup window

2020-05-13 Fir de Conversatie M Kelly
Hi, I think this is: let fzf.buf = term_start([, , command], {'curwin': 1, 'exit_cb': function(fzf.on_exit)}) ... trying to see what is in fzf.on_exit that might matter ? thx, -m -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the

Since recent commit getting E863: Not allowed for a terminal in a popup window

2020-05-13 Fir de Conversatie M Kelly
Hi, Perhaps this was mentioned before ? Since commit 5aed0ccb965dbad4b60f4c77c9c4455a9379e73c I am unable to use ag+fzf in a popup. I get this error: Error detected while processing function fzf#vim#grep[24]..86_fzf[18]..fzf#run[58]..66_execute_term: line 70: E863: Not allowed for a

Re: Patch 8.2.0684

2020-05-03 Fir de Conversatie M Kelly
Hi, No prob, just wanted to lyk. Thank you always for your work and to all in the vim community -m -- -- 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.php ---

Re: Patch 8.2.0684

2020-05-03 Fir de Conversatie M Kelly
Hi, Latest gives a compile error - vim9compile.c: In function ‘delete_def_function_contents’: vim9compile.c:6637:14: error: ‘dfunc_T’ {aka ‘struct dfunc_S’} has no member named ‘df_funcstack’ 6637 | if (dfunc->df_funcstack != NULL) In on Linux 18.04 + hwe gcc 9.3 I'll start digging. thx,

Re: E216: No such group or event: filetypedetect *

2019-12-24 Fir de Conversatie M Kelly
Hi, I apologize, I meant ftoff.vim, not ftopen.vim. I found my error using v:throwpoint and effort. I was not reading in all data from a command run from a job. Once I corrected that I no longer see these errors. thx and take care, -m -- -- You received this message from the "vim_dev"

E216: No such group or event: filetypedetect *

2019-12-21 Fir de Conversatie M Kelly
Hi, I sometimes get this - E216: No such group or event: filetypedetect * after an lopen from a plugin. If I remove/comment out the - silent! au! filetypedetect * from /usr/local/share/vim/vim82/ftopen.vim then after many attempts so far I do not see this exception. Anyone know 1) how I

Re: 1531 build error ? - unknown type name Clipboard_T

2019-06-14 Fir de Conversatie M Kelly
Hi, ok, 1532 fixes it. thanks! -m -- -- 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.php --- You received this message because you are subscribed to the

1531 build error ? - unknown type name Clipboard_T

2019-06-14 Fir de Conversatie M Kelly
Hi, When building commit 0554fa478 (1531) I now get: In file included from proto.h:39:0, from vim.h:2084, from arabic.c:31: proto/os_unix.pro:82:30: error: unknown type name ‘Clipboard_T’ int clip_xterm_own_selection(Clipboard_T *cbd); build worked ok just

Re: build error since today (invalid UTF-8)

2019-06-07 Fir de Conversatie M Kelly
Hi, Thank you all so much. 8.1.1487 builds fine :-) -mark -- -- 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.php --- You received this message because you

Re: build error since today (invalid UTF-8)

2019-06-06 Fir de Conversatie M Kelly
Hi, I see someone else posted earlier about the same issue. But those suggestions and also latest git rev do not resolve issue for me. -m -- -- 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,

Re: build error since today (invalid UTF-8)

2019-06-06 Fir de Conversatie M Kelly
git rev is latest master since a few minutes ago: * 2019-06-06 773a97c25 (HEAD -> master, origin/master, origin/HEAD) Update runtime files - Add typescript syntax and indent. (Bram Moolenaar) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below

build error since today (invalid UTF-8)

2019-06-06 Fir de Conversatie M Kelly
Hi, I typically build daily and its been fine until today - msgfmt --desktop -d . --template gvim.desktop.in -o tmp_gvim.desktop rm -f LINGUAS if command -v desktop-file-validate; then desktop-file-validate tmp_gvim.desktop; fi /usr/bin/desktop-file-validate tmp_gvim.desktop: warning: file

Re: ex_docmd.c build error RESTRICT undeclared

2019-02-08 Fir de Conversatie M Kelly
OK, I see some others posted same issue in other threads. -- -- 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.php --- You received this message because you are

ex_docmd.c build error RESTRICT undeclared

2019-02-08 Fir de Conversatie M Kelly
Hi, Have a build problem this morning after latest pull: ex_docmd.c: In function ‘do_one_cmd’: ex_docmd.c:2015:36: error: ‘RESTRICT’ undeclared (first use in this function) if (restricted != 0 && (ea.argt & RESTRICT)) ^ Any ideas ? thx, -mark -- -- You

Re: How about a release?

2018-03-15 Fir de Conversatie M Kelly
Hi, Thx. Excited to try it out, I get this - Error detected while processing function 17_StartDebug: line 73: Your gdb does not support the Machine Interface feature But cannot seem to find info on the web about what this means/how to make progress. Any quick suggestion ? Do I need to

Re: How about a release?

2018-03-13 Fir de Conversatie M Kelly
Hi, Where can I learn more about the debugger plugin ? thx, mark -- -- 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.php --- You received this message

jump list save ques

2018-01-02 Fir de Conversatie M Kelly
Hi, How about adding a j# to the viminfo for how many jumps to save ? Even if I clearjumps it seems the .viminfo file still has 100 everytime. Q: is there a way to only save so many jumps to the jumplist ? thx as always, -mark -- -- You received this message from the "vim_dev" maillist. Do not

Re: build error: unknown type name BalloonEval

2017-11-19 Fir de Conversatie M Kelly
On Sunday, November 19, 2017 at 10:07:51 AM UTC-5, M Kelly wrote: > Hi, > > Apologies if this was already posted - > > I have a build error with latest master: > > In file included from vim.h:1816:0, > from buffer.c:28: > structs.h:3126:5: error: unk

build error: unknown type name BalloonEval

2017-11-19 Fir de Conversatie M Kelly
Hi, Apologies if this was already posted - I have a build error with latest master: In file included from vim.h:1816:0, from buffer.c:28: structs.h:3126:5: error: unknown type name ‘BalloonEval’ BalloonEval *tip; /* tooltip for this menu item */ thx, mark -- --

Re: No rule to make terminal.c

2017-09-19 Fir de Conversatie M Kelly
I think terminal.c was deleted in the latest version ?? -- -- 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.php --- You received this message because you are

rectangular (block) paste from clipboard ?

2017-08-02 Fir de Conversatie M Kelly
Hi, Anyone know of a way to block paste from the external clipboard buffer ? I can paste but its not block paste. For example, I use tmux and block-copy selection to clipboard but cannot get this to block paste in vim. thx, m -- -- You received this message from the "vim_dev" maillist. Do not

v8.0.0765 build error

2017-07-25 Fir de Conversatie M Kelly
Hi, Sorry if this is posted/solved already. When building v8.0.0765 I get this error: gui_x11.c: In function ‘gui_mch_get_color’: gui_x11.c:2274:14: warning: unused variable ‘colormap’ [-Wunused-variable] Colormap colormap; ^ gui_x11.c:2273:17: warning: unused variable

Re: Patch 8.0.0765

2017-07-25 Fir de Conversatie M Kelly
Hi, I get a build error on ubuntu with gcc with v8.0.765: gui_x11.c: In function ‘gui_mch_get_color’: gui_x11.c:2274:14: warning: unused variable ‘colormap’ [-Wunused-variable] Colormap colormap; ^ gui_x11.c:2273:17: warning: unused variable ‘available’ [-Wunused-variable]