Hi Christian, On Sun, Aug 20, 2023 at 10:51 PM Christian Brabandt <[email protected]> wrote: > > > On So, 20 Aug 2023, Yegappan Lakshmanan wrote: > > > On Sun, Aug 20, 2023 at 10:00 PM Christian Brabandt <[email protected]> > > wrote: > > > runtime(dosini): save and restore cpo value in syntax script > > > > A similar change is needed in the runtime/syntax/context.vim file also. > > > > I used the following command to find this: > > > > $ cd vim/runtime/syntax > > $ egrep '^ +\\' `grep -L cpo *.vim` > > Oh but that is using vim9script. Does that make a difference? >
Yes. I missed that it is written in vim9script. In that case, 'cpo' need not be set and modified. Regards, Yegappan -- -- 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 Google Groups "vim_dev" 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_dev/CAAW7x7nyPTLsNCN9FiiOeKTO-2ns3RBg5SLOkoyd8WUvGCa-NQ%40mail.gmail.com.
