Re: colors missing in rgb.txt?

2018-01-08 Thread Christian Brabandt
On Mo, 08 Jan 2018, Renato Fabbri wrote: > The colors in :h gui-colors, but not in > rgb.txt are: ['LightRed', 'LightMagenta', 'DarkYellow'] > Any idea on how to find these RGB values from the system > (i.e. without using a color picker)? > > There is no light red, for example, in $VIMRUNTIME/rg

colors missing in rgb.txt?

2018-01-08 Thread Renato Fabbri
The colors in :h gui-colors, but not in rgb.txt are: ['LightRed', 'LightMagenta', 'DarkYellow'] Any idea on how to find these RGB values from the system (i.e. without using a color picker)? There is no light red, for example, in $VIMRUNTIME/rgb.txt Although the color exists. E.g.: hi Normal guibg

Re: Using `--noplugin` fails to suppress package under `~/.vim/pack/...`

2018-01-08 Thread Timothy Rice
Hi Ben, > It looks at first glance that ALE is (at least partially) a filetype plugin. > That is, it has components that are activated for certain filetypes when you > edit a file of that type. > > The --noplugin option does not prevent filetype plugins from working. It only > prevents the plu

Re: [netrw] How to use netrw#Call() to create custom mappings

2018-01-08 Thread Charles E Campbell
Pablo Giménez wrote: > Hello. > I want to customize some of the shortcuts in Netrw. > I have seen it provides a global variable which is a dictionary of key > mappings and function calls. > I paste here a snippet from the help: > Example: Clear netrw's marked file list via a mapping on gu > >