To: vim-dev@vim.org Subject: Patch 6.0.259 Fcc: outbox From: Bram Moolenaar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.0.259 Problem: MS-DOS: after editing the command line the cursor shape may remain like in Insert mode. (Volker Kiefel) Solution: Reset the cursor shape after editing the command line. Files: src/ex_getln.c *** ../vim60.258/src/ex_getln.c Thu Feb 21 13:59:30 2002 --- src/ex_getln.c Fri Feb 22 11:13:20 2002 *************** *** 1509,1514 **** --- 1509,1517 ---- #ifdef FEAT_MOUSE setmouse(); #endif + #ifdef CURSOR_SHAPE + ui_cursor_shape(); /* may show different cursor shape */ + #endif return ccline.cmdbuff; } *** ../vim60.258/src/version.c Fri Feb 22 10:39:47 2002 --- src/version.c Fri Feb 22 11:17:47 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 259, /**/ -- No engineer can take a shower without wondering if some sort of Teflon coating would make showering unnecessary. (Scott Adams - The Dilbert principle) /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///