home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: Patch 6.1.085
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- MIME-Version: 1.0
- Content-Type: text/plain; charset=ISO-8859-1
- Content-Transfer-Encoding: 8bit
- ------------
-
- Patch 6.1.085
- Problem: When using CTRL-O CTRL-\ CTRL-N from Insert mode, the displayed
- mode "(insert)" isn't removed. (Benji Fisher)
- Solution: Clear the command line.
- Files: src/normal.c
-
-
- *** ../vim61.084/src/normal.c Tue May 7 21:12:30 2002
- --- src/normal.c Mon Jun 3 21:50:59 2002
- ***************
- *** 7521,7526 ****
- --- 7521,7528 ----
- if (safe_vgetc() == Ctrl_N)
- {
- clearop(cap->oap);
- + if (restart_edit != 0 && p_smd)
- + clear_cmdline = TRUE; /* unshow mode later */
- restart_edit = 0;
- #ifdef FEAT_CMDWIN
- if (cmdwin_type != 0)
- *** ../vim61.084/src/version.c Sat Jun 1 22:36:24 2002
- --- src/version.c Mon Jun 3 21:48:46 2002
- ***************
- *** 608,609 ****
- --- 608,611 ----
- { /* Add new patch number below this line */
- + /**/
- + 85,
- /**/
-
- --
- From "know your smileys"
- 8<}} Glasses, big nose, beard
-
- /// 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 ///
-