Hi, 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` Regards, Yegappan > Commit: > https://github.com/vim/vim/commit/690963924956d800b94bb86076aa9d25f04565ac > Author: Christian Brabandt <[email protected]> > Date: Mon Aug 21 06:49:38 2023 +0200 > > runtime(dosini): save and restore cpo value in syntax script > -- -- 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/CAAW7x7kA%2B%2BEMLx7Gc1TNHPLD%3DjPK8M3Uk2Dp1ULnSMYMRjAe5Q%40mail.gmail.com.
