diff options
author | Jakob Schnitzer <mail@jakobschnitzer.de> | 2015-05-07 17:20:38 +0200 |
---|---|---|
committer | Jakob Schnitzer <mail@jakobschnitzer.de> | 2015-05-08 11:57:41 +0200 |
commit | dbf68da69874c86b7b60378f9ea8c5fcb989c7fb (patch) | |
tree | c2df57ae63ab9d605c85321be1839b8b29b3ec9b /runtime/doc/quickref.txt | |
parent | 0d90b5c36c3c17e696792b80f9f4f45778f1cbfd (diff) | |
download | rneovim-dbf68da69874c86b7b60378f9ea8c5fcb989c7fb.tar.gz rneovim-dbf68da69874c86b7b60378f9ea8c5fcb989c7fb.tar.bz2 rneovim-dbf68da69874c86b7b60378f9ea8c5fcb989c7fb.zip |
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.
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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 <Tab> and <EOL> '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 |