To: vim_dev@googlegroups.com Subject: Patch 8.2.0779 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0779 Problem: Tmode_T not used everywhere. Solution: Also use tmode_T for settmode(). Files: src/term.c, src/proto/term.pro *** ../vim-8.2.0778/src/term.c 2020-05-17 14:06:07.317201551 +0200 --- src/term.c 2020-05-17 16:07:51.008197540 +0200 *************** *** 3436,3442 **** * commands and Ex mode). */ void ! settmode(int tmode) { #ifdef FEAT_GUI // don't set the term where gvim was started to any mode --- 3436,3442 ---- * commands and Ex mode). */ void ! settmode(tmode_T tmode) { #ifdef FEAT_GUI // don't set the term where gvim was started to any mode *** ../vim-8.2.0778/src/proto/term.pro 2020-04-12 15:10:36.618312729 +0200 --- src/proto/term.pro 2020-05-17 16:08:38.644058862 +0200 *************** *** 41,47 **** void shell_resized(void); void shell_resized_check(void); void set_shellsize(int width, int height, int mustset); ! void settmode(int tmode); void starttermcap(void); void stoptermcap(void); void may_req_termresponse(void); --- 41,47 ---- void shell_resized(void); void shell_resized_check(void); void set_shellsize(int width, int height, int mustset); ! void settmode(tmode_T tmode); void starttermcap(void); void stoptermcap(void); void may_req_termresponse(void); *** ../vim-8.2.0778/src/version.c 2020-05-17 16:03:58.500875755 +0200 --- src/version.c 2020-05-17 16:09:56.755831684 +0200 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 779, /**/ -- hundred-and-one symptoms of being an internet addict: 118. You are on a first-name basis with your ISP's staff. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///