aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-02-18 14:01:20 +0100
committerGitHub <noreply@github.com>2017-02-18 14:01:20 +0100
commit158ea528545463a80ddce2cc83e52eb3b291cfa5 (patch)
treebdd3401f967f4fb37ea72c7d717402e498c97346 /runtime/doc/vim_diff.txt
parentb49a74a1afe9740f18ca419dade45705da5bec46 (diff)
downloadrneovim-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.txt1
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'*