Re: vim9script userdef

2022-12-11 Thread N i c o l a s
Thank you Salman, your advise seems to match what I need. In Progress... :) Le samedi 10 décembre 2022 à 19:07:50 UTC+1, Salman Halim a écrit : > On Sat, Dec 10, 2022 at 9:23 AM N i c o l a s wrote: > >> Port in vim9script, do i have to pass by exécutable command as you de >> scribe it ? >> >

Re: vim9script userdef

2022-12-11 Thread Mike
On 12/10/2022 9:17 AM, N i c o l a s wrote: Hi Marc, - Not it is not OK. E488 when i try to port autoload/tagbar.vim lin386 https://github.com/preservim/tagbar/blob/master/autoload/tagbar.vim function! s:LoadUserTypeDefs(...) abort if a:0 > 0 let type = a:1 l

Re: vim9script userdef

2022-12-11 Thread N i c o l a s
Thank you Mike. That's why i'm trying to apply what Salman said '' just a dict called g:tagbar_type and then 'type' could just be a key '' Thank you Nicolas Le dimanche 11 décembre 2022 à 16:00:13 UTC+1, Mike a écrit : > On 12/10/2022 9:17 AM, N i c o l a s wrote: > > Hi Marc, > > > > > > -

Neovim conf - where are the recordings?

2022-12-11 Thread Bram Moolenaar
www.neovimconf.live has a link to youtube, but it appears to be only the first day. And no index of what talk is at what time. And for the talks there is only a title and a little info about the speaker, no summary. Thus it's hard to tell what is interesting enough to watch. The schedule for

Re: Neovim conf - where are the recordings?

2022-12-11 Thread Enan Ajmain
On Sun, 11 Dec 2022 16:21:05 + Bram Moolenaar wrote: > www.neovimconf.live has a link to youtube, but it appears to be only the > first day. And no index of what talk is at what time. And for the > talks there is only a title and a little info about the speaker, no > summary. Thus it's hard

Re: Vim spell indentation issue

2022-12-11 Thread Mohit Agarwal
Hi, Changing >syn region markdownCodeBlock start="\|\t" end="$" contained to >syn region markdownCodeBlock start="^\n\(\|\t\)" end="$" contained works well. I thought my vim was the latest, but I'll look into Christian's comment about more recent syntax files. Massive thanks, Moh

Re: Neovim conf - where are the recordings?

2022-12-11 Thread rwmit...@gmail.com
The two guys (primeagen was one) seem to be well known in that community, but was mostly serving as comedic banter between the speakers, which frequently didn't transition as nicely as hoped. On Sunday, December 11, 2022 at 11:39:23 AM UTC-5 3nan@gmail.com wrote: > On Sun, 11 Dec 2022 16:21