To: vim-dev@vim.org Subject: patch 5.5.056 Fcc: outbox From: Bram Moolenaar ------------ Patch 5.5.056 Problem: After "z20" messages were printed at the old command line position once. (Veselinovic) Solution: Set msg_row and msg_col when changing cmdline_row in win_setheight(). Files: src/window.c *** ../vim-5.5.55/src/window.c Tue Oct 12 19:30:46 1999 --- src/window.c Mon Dec 6 17:07:48 1999 *************** *** 1555,1560 **** --- 1555,1562 ---- if (full_screen && msg_scrolled == 0) screen_fill(row, cmdline_row, 0, (int)Columns, ' ', ' ', 0); cmdline_row = row; + msg_row = row; + msg_col = 0; update_screen(NOT_VALID); } *** ../vim-5.5.55/src/version.c Sun Dec 5 20:29:55 1999 --- src/version.c Mon Dec 6 17:13:20 1999 *************** *** 420,420 **** --- 420,421 ---- { /* Add new patch number below this line */ + 56, -- hundred-and-one symptoms of being an internet addict: 255. You work for a newspaper and your editor asks you to write an article about Internet addiction...in the "first person." --/-/---- Bram Moolenaar ---- Bram@moolenaar.net ---- Bram@vim.org ---\-\-- \ \ www.vim.org/iccf www.moolenaar.net www.vim.org / /