aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/term.c
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2014-12-10 00:07:19 -0500
committerMichael Reed <m.reed@mykolab.com>2014-12-19 15:28:49 -0500
commita62fe49d3caa40b8a6efb6528cce725f4dffa78a (patch)
tree49fd95ece32c13407d65f4a845f873201e389b13 /src/nvim/term.c
parenta5e1723bb1716f9ec2f45162b64731a8ce8fa21f (diff)
downloadrneovim-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 'src/nvim/term.c')
-rw-r--r--src/nvim/term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/term.c b/src/nvim/term.c
index 24969bf90f..ceec140670 100644
--- a/src/nvim/term.c
+++ b/src/nvim/term.c
@@ -80,7 +80,7 @@
*
* The entries are compact, therefore they normally are included even when
* HAVE_TGETENT is defined. When HAVE_TGETENT is defined, the builtin entries
- * can be accessed with "builtin_amiga", "builtin_ansi", "builtin_debug", etc.
+ * can be accessed with "builtin_ansi", "builtin_debug", etc.
*
* Each termcap is a list of builtin_term structures. It always starts with
* KS_NAME, which separates the entries. See parse_builtin_tcap() for all