diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-11-24 16:46:52 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-11-25 14:56:08 -0500 |
commit | f7c47705723fcd76932ed6c1a6da4285362ba742 (patch) | |
tree | a3ff578cbbaf3ce704039886f79cb5ea0e873f81 /runtime/doc/vim_diff.txt | |
parent | 12cd633ad2b4492cfc1a27365ba1657877fb33e9 (diff) | |
download | rneovim-f7c47705723fcd76932ed6c1a6da4285362ba742.tar.gz rneovim-f7c47705723fcd76932ed6c1a6da4285362ba742.tar.bz2 rneovim-f7c47705723fcd76932ed6c1a6da4285362ba742.zip |
Remove 'antialias' remnants
It never did anything (see `:h hidden-options`).
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index a6cbf6f4c4..c6e98bc40c 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -195,6 +195,7 @@ Highlight groups: |hl-VisualNOS| Other options: + 'antialias' 'cpoptions' ('g', 'w', 'H', '*', '-', 'j', and all POSIX flags were removed) 'guioptions' (only the 't' flag was removed) 'guipty' |