Friday, August 10, 2018

Re: syntax highlighting not correct in bash script

May not be related to your problem, BUT you also need to tell vim that
you are
using bash, as it shares syntax with 'sh'.

In my ~/.vimrc, I have
let g:is_bash=1
let b:is_bash=1


kamaraju kusumanchi wrote:
> On Sun, Jul 29, 2018 at 7:37 AM, John Little <john.b.little@gmail.com> wrote:
>
>> With the vim 8.1.0224 from git, I see the problem.
>>

--
--
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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: