diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-05-05 22:00:43 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-05-18 11:06:54 -0400 |
commit | 00cf632b2b0bfd5c3ced3ca15b34cae0b52cd06d (patch) | |
tree | 6e31b3992de278aea4aa941d2363715bfd2ef85e /src/nvim/keymap.h | |
parent | f415932b2da69261631044d6f910a14e24175b6c (diff) | |
download | rneovim-00cf632b2b0bfd5c3ced3ca15b34cae0b52cd06d.tar.gz rneovim-00cf632b2b0bfd5c3ced3ca15b34cae0b52cd06d.tar.bz2 rneovim-00cf632b2b0bfd5c3ced3ca15b34cae0b52cd06d.zip |
Cleanup misc.
Regarding debugger.txt (which was Spotted by @Hettomei):
The third section was empty, and the second section is very outdated.
Nvim doesn't have things like Balloon Evalutation and Sun Visual
workshop integration, so just remove the section.
Regarding everything else:
- term.[ch] and term_defs.h don't exist anymore, so remove refs to them
- Add ttybuiltin to vim_diff.txt. It should have been done before, but
vim_diff.txt didn't exist when ttybuiltin was removed (done in
3baba1e7bc6698e6bc9f1d37fce88b30d6274bc9,)
Helped-by: Justin M. Keyes <justinkz@gmail.com>
Diffstat (limited to 'src/nvim/keymap.h')
-rw-r--r-- | src/nvim/keymap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/keymap.h b/src/nvim/keymap.h index c82a95c00c..e6fcb4d1d2 100644 --- a/src/nvim/keymap.h +++ b/src/nvim/keymap.h @@ -16,7 +16,7 @@ /* * For MSDOS some keys produce codes larger than 0xff. They are split into two - * chars, the first one is K_NUL (same value used in term_defs.h). + * chars, the first one is K_NUL. */ #define K_NUL (0xce) /* for MSDOS: special key follows */ |