Hi Bram, 2016-4-30(Sat) 22:43:49 UTC+9 h_east: > Hi Bram, > > 2016-4-30(Sat) 22:26:32 UTC+9 h_east: > > &gcol? maybe &tgc. > > Patch attached. > Please check it.
Other related document patch attached. Please check it out. -- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- You received this message from the "vim_dev" 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 received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index e37dec7..f4a48ba 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -7742,9 +7742,9 @@ tag_old_static Compiled with support for old static tags tag_any_white Compiled with support for any white characters in tags files |tag-any-white|. tcl Compiled with Tcl interface. +termguicolors Compiled with true color in terminal support. terminfo Compiled with terminfo instead of termcap. termresponse Compiled with support for |t_RV| and |v:termresponse|. -termtruecolor Compiled with true color in terminal support. textobjects Compiled with support for |text-objects|. tgetent Compiled with tgetent support, able to use a termcap or terminfo file.
