From dbf68da69874c86b7b60378f9ea8c5fcb989c7fb Mon Sep 17 00:00:00 2001 From: Jakob Schnitzer Date: Thu, 7 May 2015 17:20:38 +0200 Subject: doc: mark `macatsui` option as removed, update vim_diff.txt This option has already been removed in the source. Nvim does not have a GUI, so `nvim -g` does not work. Also add `macatsui` to the list of removed options. --- runtime/doc/quickref.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/doc/quickref.txt') diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 7e8af669be..0e53099c5d 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -766,7 +766,6 @@ Short explanation of each option: *option-list* 'list' show and 'listchars' 'lcs' characters for displaying in list mode 'loadplugins' 'lpl' load plugin scripts when starting up -'macatsui' Mac GUI: use ATSUI text drawing 'magic' changes special characters in search patterns 'makeef' 'mef' name of the errorfile for ":make" 'makeprg' 'mp' program to use for the ":make" command -- cgit