From 8026874b03b3e6484ff750fac167596d604f9543 Mon Sep 17 00:00:00 2001 From: Josh Dick Date: Fri, 20 May 2016 19:02:03 -0400 Subject: [PATCH] Add reference to NeoVim's "Following HEAD" wiki page true color support note --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49e4afd..6b9f22d 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Preview image taken using: endif "For Neovim > 0.1.5 and Vim > patch 7.4.1799 < https://github.com/vim/vim/commit/61be73bb0f965a895bfb064ea3e55476ac175162 > "Based on Vim patch 7.4.1770 (`guicolors` option) < https://github.com/vim/vim/commit/8a633e3427b47286869aa4b96f2bfc1fe65b25cd > + " < https://github.com/neovim/neovim/wiki/Following-HEAD#20160511 > if (has("termguicolors")) set termguicolors endif