diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-19 17:08:39 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-19 17:08:39 -0500 |
commit | e922a7427371b5869d1b1623c368f365bad3fedb (patch) | |
tree | 49fd95ece32c13407d65f4a845f873201e389b13 /src/nvim/term.c | |
parent | 189427efd7b905c00f155f5f9ce5123eca599e44 (diff) | |
parent | a62fe49d3caa40b8a6efb6528cce725f4dffa78a (diff) | |
download | rneovim-e922a7427371b5869d1b1623c368f365bad3fedb.tar.gz rneovim-e922a7427371b5869d1b1623c368f365bad3fedb.tar.bz2 rneovim-e922a7427371b5869d1b1623c368f365bad3fedb.zip |
Merge pull request #1648 from Pyrohh/amiga-vms-cleanup
Amiga/VMS cleanup
Diffstat (limited to 'src/nvim/term.c')
-rw-r--r-- | src/nvim/term.c | 2 |
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 |