How to remove uploaded scripts on vim.org and how to find scriptid and src_id?

2023-05-02 Thread Ubaldo Tiberi
Hi all, This is my first post in this mailing list, I hope I am not messing up anything! I wrote my first two plugins and I uploaded them on vim.org but in one of them an extra .0 slipped away while I was writing its version and I realized it after the script was uploaded. Now

Termdebug does not show messaged back from openocd.

2024-01-28 Thread Ubaldo Tiberi
I am working with a microcontroller (stm32f4) and I am attempting to debug it by connecting Termdebug to openocd. Everything works nicely with the exception that the messages sent back from openocd (server) to Termdebug (client) are not displayed in any Termdebug window (I expected them to b

Re: Termdebug does not show messaged back from openocd.

2024-01-28 Thread Ubaldo Tiberi
ore 21:28, Christian Brabandt > ha scritto: > >  >> On So, 28 Jan 2024, Ubaldo Tiberi wrote: >> >> I am working with a microcontroller (stm32f4) and I am attempting to debug >> it by connecting Termdebug to openocd. >> >> Everything works nicel

echo &shell returns /bin/zsh but when I run :sh I get a strange shell.

2024-01-29 Thread Ubaldo Tiberi
Here is an example: [image: shell.png] It does not look great... On the other hand, when instead I run :terminal I get a correct zsh shell. I wish to fix this because I use a lot of :! commands and these movements are part of my muscle memory by now. Any idea on how to fix it? I am working o

Re: Commit: patch 9.1.0009: Cannot easily get the list of matches

2024-01-29 Thread Ubaldo Tiberi
This is very cool! I have tried to install as soon as it went out (I am follower on GitHub so I am immediately notified) but then I found out that matchbufline() is not available (yet) on MacVim (at its 9.1 Version). I'll install it as soon as that command will be available on MacVim. On Tuesd

Re: echo &shell returns /bin/zsh but when I run :sh I get a strange shell.

2024-01-30 Thread Ubaldo Tiberi
For those who may bump into the same problem. set guioptions+=! fixed the problem. Ciao, /U On Mon, 29 Jan 2024 at 13:19, Ubaldo Tiberi wrote: > Here is an example: > [image: shell.png] > > It does not look great... > On the other hand, when instead I run :terminal I get a co

Termdebug for Windows: why a "prompt" buffer instead of a terminal buffer?

2024-05-07 Thread Ubaldo Tiberi
Hi all, I have noticed that Termdebug for Windows uses a "prompt" buffer instead of a terminal for the gdb interpreter. - Is there any reason why is that? - Is there any plan to "upgrade" the Termdebug Windows version to use a terminal buffer instead? Thanks! /Ubaldo -- -- You received t

Re: Termdebug for Windows: why a "prompt" buffer instead of a terminal buffer?

2024-05-08 Thread Ubaldo Tiberi
> find why your Vim version is using prompt instead of terminal. > I hope this message reaches you. > > Regards, > > Em ter., 7 de mai. de 2024 às 10:34, Ubaldo Tiberi > escreveu: > >> Hi all, >> >> I have noticed that Termdebug for Windows uses a &quo

Re: Termdebug for Windows: why a "prompt" buffer instead of a terminal buffer?

2024-05-09 Thread Ubaldo Tiberi
I meant, I read ‘termdebug-prompt’ :-) Best, /Ubaldo > Il giorno 9 mag 2024, alle ore 08:18, Ubaldo Tiberi > ha scritto: > > termdebug-prompt' -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text yo

Re: Termdebug for Windows: why a "prompt" buffer instead of a terminal buffer?

2024-05-09 Thread Ubaldo Tiberi
asking. :-) Best, /Ubaldo > Il giorno 9 mag 2024, alle ore 09:08, Christian Brabandt > ha scritto: > >  >> On Mi, 08 Mai 2024, Ubaldo Tiberi wrote: >> >> Hi! >> >> I thanks for your reply. >> have already read it but It didn’t answer any of my

Re: Termdebug for Windows: why a "prompt" buffer instead of a terminal buffer?

2024-05-09 Thread Ubaldo Tiberi
Yeah. In-fact there are apparently no reasons to use term_sendkeys… Best, /Ubaldo > Il giorno 9 mag 2024, alle ore 09:27, Christian Brabandt > ha scritto: > >  >> On Do, 09 Mai 2024, Ubaldo Tiberi wrote: >> >> Ok! Makes sense! Thanks! >> >> But t

Termdebug in vim9?

2024-05-14 Thread Ubaldo Tiberi
Hi all, I was in need of a debugger for embedded systems and I built all a machinery around Termdebug. I eventually made it work in satisfactory manner, or., let's say, it met my needs. However, I wanted to make some other changes and I figured that I had to change the Termdebug source code. Howev

Re: Using vim9 script in cmd-line without vim9cmd

2024-05-17 Thread Ubaldo Tiberi
As also wrote on github, I second this. However: 1. vim9 variables are script-scoped. If you declare from the command line, e.g. `:var a = 0` what shall be the scope of `a`? 2. Having an option set vim9cmdline (false as default) to switch the command line interpreter between legacy and vim9 scri

Termdebug in docker?

2024-05-18 Thread Ubaldo Tiberi
Hi all, is there anyone who tried to use/is using Termdebug to debug in docker? If so, how did you setup the whole machinery? Thanks, /Ubaldo -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information,