diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-04-24 01:32:28 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-04-25 18:00:26 -0400 |
commit | a3c0022901392072c06b44550404e0ca4140ab1a (patch) | |
tree | 1334b4699c973fa6126326079b6542f47bdd138e /runtime/doc/intro.txt | |
parent | eceff431696a73db12c97ece5127a898e80e7c69 (diff) | |
download | rneovim-a3c0022901392072c06b44550404e0ca4140ab1a.tar.gz rneovim-a3c0022901392072c06b44550404e0ca4140ab1a.tar.bz2 rneovim-a3c0022901392072c06b44550404e0ca4140ab1a.zip |
doc: remove :fixdel
:fixdel was removed in 3baba1e7bc6698e6bc9f1d37fce88b30d6274bc9
Helped-by: Michael Reed <m.reed@mykolab.com>
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r-- | runtime/doc/intro.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index b6c719095c..4739f43373 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -471,7 +471,7 @@ available on a few terminals. Note: There are two codes for the delete key. 127 is the decimal ASCII value for the delete key, which is always recognized. Some delete keys send another value, in which case this value is obtained from the termcap entry "kD". Both -values have the same effect. Also see |:fixdel|. +values have the same effect. Note: The keypad keys are used in the same way as the corresponding "normal" keys. For example, <kHome> has the same effect as <Home>. If a keypad key |