From 4d79edccdc0243a02a20ef46184b8f87f2bda290 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Wed, 15 Jul 2015 22:45:14 -0400 Subject: Cleanup after #3007 #3020 'guioptions' is mentioned in the "Option Defaults" section of vim_diff, and while its default did indeed change, it was only because the 't' flag was removed. To make that clear, move its reference to the "Removed Features" section instead. Remove stray instance of 't' flag from GO_ALL. Most if not all of the GO_* #defines are unused, but lets keep them for now as it's not clear whether they won't be used by Nvim GUIs. --- runtime/doc/vim_diff.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 1d8d129338..557f23dd4b 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -35,7 +35,6 @@ these differences. - 'display' defaults to "lastline" - 'encoding' defaults to "utf-8" - 'formatoptions' defaults to "tcqj" -- 'guioptions' doesn't include "t" - 'hlsearch' is set by default - 'incsearch' is set by default - 'langnoremap' is set by default @@ -136,6 +135,7 @@ Highlight groups: |hl-VisualNOS| Other options: + 'guioptions' (only the 't' flag was removed) 'guipty' 'macatsui' 'shelltype' -- cgit