junegunn / limelight.vim

:flashlight: All the world's indeed a stage and we are merely players
MIT License
2.36k stars 54 forks source link

improve test for truecolor support #32

Closed ninrod closed 8 years ago

ninrod commented 8 years ago

This improves limelight account for truecolor support in both vim and nvim.

improves the treatment of the problem described by #30.

rationale:

exists('+termguicolors') works for both vim and nvim, if this feature is present. nvim before version 0.1.5 also supports truecolors even without +termguicolors.

ninrod commented 8 years ago

@junegunn, now I think is finished.

junegunn commented 8 years ago

Squashed and merged, thanks!