I think that 'guicolors' option name does not intuitive.
This option for terminal, but prefix is 'gui'
I think it's unnatural.
I propose to rename option name to 'termtruecolor'.  (Short name is 'ttc')
How about this?
NOTE:
  This has been first proposed by Ken Takada.
Patch attached.
Please check this.
--
Best regards,
Hirohito Higashi (a.k.a. h_east)
2016-4-25(Mon) 5:03:24 UTC+9 Bram Moolenaar:
> Hirohito Higashi wrote:
> 
> > I think that 'guicolors' option name does not intuitive.
> > This option for terminal, but prefix is 'gui'
> > I think it's unnatural.
> > 
> > I propose to rename option name to 'termtruecolor'.  (Short name is 'ttc')
> > How about this?
> > 
> > NOTE:
> >   This has been first proposed by Ken Takada.
> > 
> > Patch attached.
> > Please check this.
> 
> Yes, I was wondering what users think of when seeing 'guicolors'.  The
> main thing it does is using the GUI colors for the terminal.  Whether
> it's actually true colors depends on the terminal.
> 
> So, how about 'termguicolors'?
> 
> Ah, I see Nikolai also suggested this.
Yes, patch update.
  guicolors --> termguicolors
  gcol --> tgc
  termtruecolor --> termguicolors
  FEAT_TERMTRUECOLOR --> FEAT_TERMGUICOLORS
> > NOTE:
> >   This has been first proposed by Ken Takada.
Sorry, It was a mistake.
He is Ken Takata.
Thanks.
2016/4/25 Mon 6:51:36 UTC+9 h_east wrote:
> Hi Bram and List!
> 
> 2016-4-25(Mon) 5:03:24 UTC+9 Bram Moolenaar:
> > Hirohito Higashi wrote:
> > 
> > > I think that 'guicolors' option name does not intuitive.
> > > This option for terminal, but prefix is 'gui'
> > > I think it's unnatural.
> > > 
> > > I propose to rename option name to 'termtruecolor'.  (Short name is 'ttc')
> > > How about this?
> > > 
> > > NOTE:
> > >   This has been first proposed by Ken Takada.
> > > 
> > > Patch attached.
> > > Please check this.
> > 
> > Yes, I was wondering what users think of when seeing 'guicolors'.  The
> > main thing it does is using the GUI colors for the terminal.  Whether
> > it's actually true colors depends on the terminal.
> > 
> > So, how about 'termguicolors'?
> > 
> > Ah, I see Nikolai also suggested this.
> 
> Yes, patch update.
> 
>   guicolors --> termguicolors
>   gcol --> tgc
>   termtruecolor --> termguicolors
>   FEAT_TERMTRUECOLOR --> FEAT_TERMGUICOLORS
I think it's also better to change function names.
Regards,
Ken Takata
2016-4-25(Mon) 18:58:05 UTC+9 Ken Takata:
Nice catch! Thanks.
:help guicolors
or
:help 'guicolors'
I get E149: Sorry no help for guicolors
2016-4-26(Tue) 5:10:48 UTC+9 Amadeus Demarzi:
> I've also noticed that if I do
> 
> :help guicolors
> 
> or
> 
> :help 'guicolors'
> 
> I get E149: Sorry no help for guicolors
If you are using Vim 7.4.1770 previously, should be updated to the new version.
If not, run the following command in Vim.
:helptags ALL
Thanks
2016-4-26(Tue) 9:49:19 UTC+9 h_east:
> Hi Amadeus,
> 
> 2016-4-26(Tue) 5:10:48 UTC+9 Amadeus Demarzi:
> > I've also noticed that if I do
> > 
> > :help guicolors
> > 
> > or
> > 
> > :help 'guicolors'
> > 
> > I get E149: Sorry no help for guicolors
> 
> If you are using Vim 7.4.1770 previously, should be updated to the new version.
> If not, run the following command in Vim.
> 
> :helptags ALL
Vim 7.4.1784 or later is recommended.
2016-4-25(Mon) 19:04:59 UTC+9 h_east:
I update a patch.
- Ready for 7.4.1795
- Merge Ken's patch
  https://groups.google.com/d/msg/vim_dev/q2LuLFueRbE/b848hy1jAgAJ
Please check this.