aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/quickref.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/quickref.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/quickref.txt')
-rw-r--r--runtime/doc/quickref.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt
index a7644fab84..2e2bec7637 100644
--- a/runtime/doc/quickref.txt
+++ b/runtime/doc/quickref.txt
@@ -678,7 +678,6 @@ Short explanation of each option: *option-list*
'errorbells' 'eb' ring the bell for error messages
'errorfile' 'ef' name of the errorfile for the QuickFix mode
'errorformat' 'efm' description of the lines in the error file
-'esckeys' 'ek' recognize function keys in Insert mode
'eventignore' 'ei' autocommand events that are ignored
'expandtab' 'et' use spaces when <Tab> is inserted
'exrc' 'ex' read .nvimrc and .exrc in the current directory