commit | ad3ec76bb8030b9a1d3f0a49c374d0de2383b977 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 21 00:00:13 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 21 00:00:13 2019 +0200 |
tree | 6cc66e85aa0b54ce4ee2e9fcd47987963f022c57 | |
parent | 037c54f261818439755d56e318da068f97997fb5 [diff] [blame] |
patch 8.1.1194: typos and small problems in source files Problem: Typos and small problems in source files. Solution: Small fixes.
diff --git a/src/term.c b/src/term.c index ff1adc9..c7e8ddf 100644 --- a/src/term.c +++ b/src/term.c
@@ -21,8 +21,8 @@ * (char **). This define removes that prototype. We include our own prototype * below. */ - #define tgetstr tgetstr_defined_wrong + #include "vim.h" #ifdef HAVE_TGETENT