forked from aniani/vim
patch 8.2.0779: tmode_T not used everywhere
Problem: Tmode_T not used everywhere. Solution: Also use tmode_T for settmode().
This commit is contained in:
@@ -3436,7 +3436,7 @@ set_shellsize(int width, int height, int mustset)
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user