https://github.com/niva-xx/vim-sequence-diagram/blob/master/sample/CaptureOut.PNG
Le lundi 21 décembre 2020 à 15:14:51 UTC+1, Ni Va a écrit : > Solved by migrating this plugin from vimscript to vim9script (adding > feature to auto open file in web browser on windows). > niva-xx/vim-sequence-diagram: A Vim plugin for previewing sequence diagram > in a browser (github.com) > <https://github.com/niva-xx/vim-sequence-diagram> > > > Le lundi 21 décembre 2020 à 10:03:15 UTC+1, Ni Va a écrit : > >> In screeshot the only commented line I got grepping au Filetype html in >> all my distribution. >> >> Le lun. 21 déc. 2020 à 09:48, Ni Va <[email protected]> a écrit : >> >>> Hi Bram, >>> >>> >>> - The only line I got grepping in all my Vim distribution is >>> commented in _vimrc. >>> >>> >>> >>> - To reproduce just use the plugin GitHub - >>> xavierchow/vim-sequence-diagram: A Vim plugin for previewing sequence >>> diagram in a browser >>> <https://github.com/xavierchow/vim-sequence-diagram> >>> - Try generating sequence diagram by pressing <Leader>t onto a >>> buffer diagram.seq containing these lines >>> >>> >>> *title: some title* >>> *Alice->Bob: Hello Bob, how are you?* >>> *Note right of Bob: Bob thinks* >>> *Bob-->Alice: I am good thanks! * >>> >>> Thank you. >>> >>> Le samedi 19 décembre 2020 à 13:32:55 UTC+1, Bram Moolenaar a écrit : >>> >>>> >>>> Tony wrote: >>>> >>>> > On Fri, Dec 18, 2020 at 11:57 AM Ni Va <[email protected]> wrote: >>>> > > >>>> > > Hi, >>>> > > >>>> > > When opening html file in new buffer while my _vimrc is written in >>>> vim9script, >>>> > > this message appears: >>>> > > >>>> > > Messages maintainer: Bram Moolenaar >>>> > > "~\Desktop\filetype.vim.html" 2315L, 216123B >>>> > > Error detected while processing BufRead Autocommands for >>>> "*.html"..function dist#ft#FThtml[13]..FileType Autocommands for "html": >>>> > > E1126: Cannot use :let in Vim9 script >>>> > > E1126: Cannot use :let in Vim9 script >>>> > >>>> > IOW, a script (without vim9script in it) sourced from an autocommand >>>> > triggered from Vim9 script is erroneously interpreted as if it were >>>> > itself a Vim9 script. >>>> >>>> What is the line in the vimrc then? >>>> >>>> >>>> The error points to the FThtml() function in >>>> runtime/autoload/dis/ft.vim, >>>> the command: >>>> setf FALLBACK html >>>> >>>> I guess there is an "au Filetype html" command that is triggered then, >>>> but I can't reproduce a problem with that. >>>> >>>> -- >>>> CRONE: Who sent you? >>>> ARTHUR: The Knights Who Say GNU! >>>> CRONE: Aaaagh! (she looks around in rear) No! We have no licenses here. >>>> "Monty Python and the Holy editor wars" PYTHON (MONTY) SOFTWARE LTD >>>> >>>> /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net >>>> \\\ >>>> /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ >>>> \\\ an exciting new programming language -- http://www.Zimbu.org /// >>>> \\\ help me help AIDS victims -- http://ICCF-Holland.org /// >>>> >>> -- >>> -- >>> 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, visit http://www.vim.org/maillist.php >>> >>> --- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "vim_use" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/vim_use/X3Ndrb_gFpk/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/vim_use/befd416c-340b-4664-b2af-cc4406e83c8cn%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/vim_use/befd416c-340b-4664-b2af-cc4406e83c8cn%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- -- 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, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/58a301a2-a992-4031-b1da-c78c04b1ebcdn%40googlegroups.com.
