diff options
author | Michael Reed <m.reed@mykolab.com> | 2014-12-10 00:07:19 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2014-12-19 15:28:49 -0500 |
commit | a62fe49d3caa40b8a6efb6528cce725f4dffa78a (patch) | |
tree | 49fd95ece32c13407d65f4a845f873201e389b13 /runtime/doc/autocmd.txt | |
parent | a5e1723bb1716f9ec2f45162b64731a8ce8fa21f (diff) | |
download | rneovim-a62fe49d3caa40b8a6efb6528cce725f4dffa78a.tar.gz rneovim-a62fe49d3caa40b8a6efb6528cce725f4dffa78a.tar.bz2 rneovim-a62fe49d3caa40b8a6efb6528cce725f4dffa78a.zip |
Remove Amiga remnants
Notes regarding the removal of specific items:
- Aztec C: only on the Amiga.
- mch_check_win(): doesn't exist anymore.
- Comment in ex_cmds.c: It seems the context for this comment was
removed, but the comment was inadvertantly left alone.
Diffstat (limited to 'runtime/doc/autocmd.txt')
-rw-r--r-- | runtime/doc/autocmd.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt index 9f8e0acccd..cf7f183e54 100644 --- a/runtime/doc/autocmd.txt +++ b/runtime/doc/autocmd.txt @@ -528,8 +528,7 @@ CursorHold When the user doesn't press a key for the time Hint: to force an update of the status lines use: > :let &ro = &ro -< {only on Amiga, Unix, Win32, MSDOS and all GUI - versions} + *CursorHoldI* CursorHoldI Just like CursorHold, but in Insert mode. |