Re: Wrong vim color syntax

2016-11-21 Thread Willem D'Haese
Chip, Sorry for the very late answer, having an extremely busy time here. But good news, I just downloaded the latest version 165 of sh.vim and the syntax coloring issue I was created this thread for is solved. People can now vim my FireMotD (https://github.com/willemdh/FireMotD) with full

Re: Wrong vim color syntax

2016-09-06 Thread Charles E Campbell
Willem D'Haese wrote: Hello, You can find the text here: https://raw.githubusercontent.com/willemdh/FireMotD/master/FireMotD Problem seems to start at line 211, maybe related to the '<<<'? MemFreeB="$(cat /proc/meminfo | grep MemFree | awk {'print $2'})" MemTotalB="$(cat

Re: Wrong vim color syntax

2016-09-02 Thread Willem D'Haese
Hello, You can find the text here: https://raw.githubusercontent.com/willemdh/FireMotD/master/FireMotD Problem seems to start at line 211, maybe related to the '<<<'? MemFreeB="$(cat /proc/meminfo | grep MemFree | awk {'print $2'})" MemTotalB="$(cat /proc/meminfo | grep MemTotal | awk

Re: Wrong vim color syntax

2016-08-11 Thread Charles E Campbell
Willem D'Haese wrote: > Just noticed (with the latest syntax file) another color issue. > Starting after MemFree the colors are incorrect. See attached screenshot. > This is with the vim.sh version 154 from Jul 07, 2016 > > Why Does it say ASTRO-ONLY by the way? > Please send me the text; I don't

Re: Wrong vim color syntax

2016-08-11 Thread Willem D'Haese
Just noticed (with the latest syntax file) another color issue. Starting after MemFree the colors are incorrect. See attached screenshot. This is with the vim.sh version 154 from Jul 07, 2016 Why Does it say ASTRO-ONLY by the way? Grtz -- -- You received this message from the "vim_use"

Re: Wrong vim color syntax

2016-08-11 Thread Willem D'Haese
Richard, ZyX, FireTIG is just one part of a whole set of scripts built around monitoring and automation. All those scripts start with Fire, for example: - FireCentOS - FireRunDeck - FireMotD - FireRenewal - FireSnapshot - FireTIG - FireConf - FireBerry - FireNagios I choose this several years

Re: Wrong vim color syntax

2016-07-15 Thread Nikolay Aleksandrovich Pavlov
2016-07-14 23:24 GMT+03:00 Richard Mitchell : > On Thursday, July 14, 2016 at 11:03:47 AM UTC-4, Willem D'Haese wrote: >> On Thursday, 7 July 2016 07:20:22 UTC+2, Christian Brabandt wrote: >> > Am 2016-07-06 22:18, schrieb Willem D'Haese: >> > > Hello, >> > > >> > > There

Re: Wrong vim color syntax

2016-07-15 Thread Charles E Campbell
Willem D'Haese wrote: Thanks Chip, updating sh.vim seems to have solved the issue. Just an informative question, is this something that will get fixed in the vim yum package? Or do I have to patch sh.vim myself on my systems? Eventually I will send the file on to Bram for inclusion. I leave

Re: Wrong vim color syntax

2016-07-15 Thread Willem D'Haese
Thanks Chip, updating sh.vim seems to have solved the issue. Just an informative question, is this something that will get fixed in the vim yum package? Or do I have to patch sh.vim myself on my systems? Willem https://outsideit.net -- -- You received this message from the "vim_use"

Re: Wrong vim color syntax

2016-07-14 Thread Richard Mitchell
On Thursday, July 14, 2016 at 11:03:47 AM UTC-4, Willem D'Haese wrote: > On Thursday, 7 July 2016 07:20:22 UTC+2, Christian Brabandt wrote: > > Am 2016-07-06 22:18, schrieb Willem D'Haese: > > > Hello, > > > > > > There seems something wrong with the coloring in this code with VIM - > > > Vi

Re: Wrong vim color syntax

2016-07-14 Thread Charles E Campbell
Willem D'Haese wrote: On Thursday, 7 July 2016 07:20:22 UTC+2, Christian Brabandt wrote: Am 2016-07-06 22:18, schrieb Willem D'Haese: Hello, There seems something wrong with the coloring in this code with VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jun 10 2014 06:55:55)? cat

Re: Wrong vim color syntax

2016-07-14 Thread Willem D'Haese
On Thursday, 7 July 2016 07:20:22 UTC+2, Christian Brabandt wrote: > Am 2016-07-06 22:18, schrieb Willem D'Haese: > > Hello, > > > > There seems something wrong with the coloring in this code with VIM - > > Vi IMproved 7.4 (2013 Aug 10, compiled Jun 10 2014 06:55:55)? > > > > cat

Re: Wrong vim color syntax

2016-07-06 Thread Christian Brabandt
Am 2016-07-06 22:18, schrieb Willem D'Haese: Hello, There seems something wrong with the coloring in this code with VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jun 10 2014 06:55:55)? cat

Wrong vim color syntax

2016-07-06 Thread Willem D'Haese
Hello, There seems something wrong with the coloring in this code with VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jun 10 2014 06:55:55)? cat