diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-02-18 14:01:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-18 14:01:20 +0100 |
commit | 158ea528545463a80ddce2cc83e52eb3b291cfa5 (patch) | |
tree | bdd3401f967f4fb37ea72c7d717402e498c97346 /runtime/doc/vim_diff.txt | |
parent | b49a74a1afe9740f18ca419dade45705da5bec46 (diff) | |
download | rneovim-158ea528545463a80ddce2cc83e52eb3b291cfa5.tar.gz rneovim-158ea528545463a80ddce2cc83e52eb3b291cfa5.tar.bz2 rneovim-158ea528545463a80ddce2cc83e52eb3b291cfa5.zip |
options: Remove 'esckeys' (#6138)
This was never supported and it does not make sense for Nvim.
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 eeb5e85036..176a29d072 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -298,6 +298,7 @@ Other options: 'antialias' 'cpoptions' ("g", "w", "H", "*", "-", "j", and all POSIX flags were removed) 'encoding' ("utf-8" is always used) + 'esckeys' 'guioptions' "t" flag was removed *'guipty'* (Nvim uses pipes and PTYs consistently on all platforms.) *'imactivatefunc'* *'imaf'* |