Re: vim syntax file for grub 2 grub.cfg

2018-10-15 Thread John Little
Before someone leaps to point this out, note that grub 2 is "bash-like", and the sh.vim syntax is useful, but can be misleading. -- -- 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://w

vim syntax file for grub 2 grub.cfg

2018-10-15 Thread John Little
Has anyone got a syntax file for Grub 2? The syntax/grub.vim is not useful, I presume it is for Grub legacy. vim presently "detects" grub.cfg as a .cfg file, which again is not useful. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text

Re: _vimrc loading fails

2018-10-15 Thread Christian Brabandt
On Mo, 15 Okt 2018, Ni Va wrote: > echo $VIM givesD:\Logiciels\Vim > echo $VIMRUNTIME gives D:\Logiciels\Vim\vim81 > > > Computer B (KO) : Windows Seven > > echo $VIM givesC:\users\foobar\desktop\Vim_x86\Vim_x86 > echo $VIMRUNTIME givesC:\users\foobar\desktop\V

Re: _vimrc loading fails

2018-10-15 Thread Tony Mechelynck
P.S. In "paste the result" I meant "paste what is then in the clipboard". Best regards, Tony. -- -- 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 r

Re: _vimrc loading fails

2018-10-15 Thread Tony Mechelynck
On Mon, Oct 15, 2018 at 2:43 PM Ni Va wrote: > > Le lundi 15 octobre 2018 14:36:43 UTC+2, Tony Mechelynck a écrit : > > On Mon, Oct 15, 2018 at 2:29 PM Ni Va wrote: > > > > > > Le lundi 15 octobre 2018 14:07:29 UTC+2, Christian Brabandt a écrit : > > > > On Mo, 15 Okt 2018, Ni Va wrote: > > > > >

Re: _vimrc loading fails

2018-10-15 Thread Ni Va
Le lundi 15 octobre 2018 14:35:43 UTC+2, Christian Brabandt a écrit : > On Mo, 15 Okt 2018, Ni Va wrote: > > > Ok so I don't understand why in one case > > $vim/vimfiles/colors/nivacolors.vim are loaded on computer A and in other > > case it is not. > > > > This load is called from $MYVIMRC :

Re: _vimrc loading fails

2018-10-15 Thread Ni Va
Le lundi 15 octobre 2018 14:36:43 UTC+2, Tony Mechelynck a écrit : > On Mon, Oct 15, 2018 at 2:29 PM Ni Va wrote: > > > > Le lundi 15 octobre 2018 14:07:29 UTC+2, Christian Brabandt a écrit : > > > On Mo, 15 Okt 2018, Ni Va wrote: > > > > > > > but I don't see syntax colors is missing out of this

Re: _vimrc loading fails

2018-10-15 Thread Tony Mechelynck
On Mon, Oct 15, 2018 at 2:29 PM Ni Va wrote: > > Le lundi 15 octobre 2018 14:07:29 UTC+2, Christian Brabandt a écrit : > > On Mo, 15 Okt 2018, Ni Va wrote: > > > > > but I don't see syntax colors is missing out of this was loaded on > > > initial computer > > > 21: D:/Logiciels/Vim/vim81/syntax/no

Re: _vimrc loading fails

2018-10-15 Thread Christian Brabandt
On Mo, 15 Okt 2018, Ni Va wrote: > Ok so I don't understand why in one case $vim/vimfiles/colors/nivacolors.vim > are loaded on computer A and in other case it is not. > > This load is called from $MYVIMRC : colors nivacolors.cim > > The only thing I note is difference directory from which g

Re: _vimrc loading fails

2018-10-15 Thread Ni Va
Le lundi 15 octobre 2018 14:07:29 UTC+2, Christian Brabandt a écrit : > On Mo, 15 Okt 2018, Ni Va wrote: > > > but I don't see syntax colors is missing out of this was loaded on > > initial computer > > 21: D:/Logiciels/Vim/vim81/syntax/nosyntax.vim > > nosyntax.vim will only be visible, if you

Re: _vimrc loading fails

2018-10-15 Thread Christian Brabandt
On Mo, 15 Okt 2018, Ni Va wrote: > but I don't see syntax colors is missing out of this was loaded on > initial computer > 21: D:/Logiciels/Vim/vim81/syntax/nosyntax.vim nosyntax.vim will only be visible, if you issue `:syntax off`. Best, Christian -- Der Abenteurer ist unentbehrlich, das w

Re: _vimrc loading fails

2018-10-15 Thread Ni Va
Le lundi 15 octobre 2018 13:39:44 UTC+2, Ni Va a écrit : > Le vendredi 12 octobre 2018 20:59:31 UTC+2, Ben Fritz a écrit : > > On Monday, October 8, 2018 at 3:50:05 AM UTC-5, Ni Va wrote: > > > Hi, > > > > > > Under Windows 10, vim8.4.466 x86, I got _vimrc under $VIM and > > > filereadable(expan

Re: _vimrc loading fails

2018-10-15 Thread Ni Va
Le vendredi 12 octobre 2018 20:59:31 UTC+2, Ben Fritz a écrit : > On Monday, October 8, 2018 at 3:50:05 AM UTC-5, Ni Va wrote: > > Hi, > > > > Under Windows 10, vim8.4.466 x86, I got _vimrc under $VIM and > > filereadable(expand('$vim/_vimrc')) returns 1 > > > > From help, it is written