Hi Janis, On Wed, 13 May 2026 at 23:48, Janis Papanagnou <[email protected]> wrote:
<snip> > My question is whether newer versions of sh.vim are supporting these > things, > whether it's on the radar, or whether someone is even already working on > fixes > in that area? > I think, off the top of my head, that all of those features are supported. There's been quite a lot of work done on KornShell support in the last twelve months. I suspect you haven't set the g:is_kornshell variable? You can check by running :let g:is_kornshell which should return something like "g:is_kornshell #1" if it's set or an "undefined" message if not. See :help ft-ksh-syntax for details. Another question is whether highlighting of in Shell embedded Awk source > code > could be officially supported. Someone once provided me with an add-on > (that I > had put is some user directory beneath ~/.vim/ ) but that wasn't working > correctly > in all respects and sadly that add-on also vanished with a system crash I > had. > No, it's not currently supported. I don't know how your plugin used to do it but I assume it required specific heredoc markers? Regards, Doug -- -- 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 visit https://groups.google.com/d/msgid/vim_dev/CAJ1uvoA1%3DN0X5pVECM-MQDCa6Uniaru2J5g8YC%3D1v7v0ocH7bw%40mail.gmail.com.
