commit | f4e16ae041962555316a6953df30a45f4c45be6a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 17 16:10:11 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 17 16:10:11 2020 +0200 |
tree | f7534de9f2105b58af6cb50f876c9ae694725d14 | |
parent | d4a5f40c0cc45fdfac01df0e408d557006eb0206 [diff] [blame] |
patch 8.2.0779: tmode_T not used everywhere Problem: Tmode_T not used everywhere. Solution: Also use tmode_T for settmode().
diff --git a/src/term.c b/src/term.c index a575227..11972a1 100644 --- a/src/term.c +++ b/src/term.c
@@ -3436,7 +3436,7 @@ * commands and Ex mode). */ void -settmode(int tmode) +settmode(tmode_T tmode) { #ifdef FEAT_GUI // don't set the term where gvim was started to any mode