|
|
1fa1ff |
To: vim_dev@googlegroups.com
|
|
|
1fa1ff |
Subject: Patch 7.4.018
|
|
|
1fa1ff |
Fcc: outbox
|
|
|
1fa1ff |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
1fa1ff |
Mime-Version: 1.0
|
|
|
1fa1ff |
Content-Type: text/plain; charset=UTF-8
|
|
|
1fa1ff |
Content-Transfer-Encoding: 8bit
|
|
|
1fa1ff |
------------
|
|
|
1fa1ff |
|
|
|
1fa1ff |
Patch 7.4.018
|
|
|
1fa1ff |
Problem: When completing item becomes unselected. (Shougo Matsu)
|
|
|
1fa1ff |
Solution: Revert patch 7.3.1269.
|
|
|
1fa1ff |
Files: src/edit.c
|
|
|
1fa1ff |
|
|
|
1fa1ff |
|
|
|
1fa1ff |
*** ../vim-7.4.017/src/edit.c 2013-07-04 20:22:25.000000000 +0200
|
|
|
1fa1ff |
--- src/edit.c 2013-09-05 12:39:53.000000000 +0200
|
|
|
1fa1ff |
***************
|
|
|
1fa1ff |
*** 3467,3473 ****
|
|
|
1fa1ff |
}
|
|
|
1fa1ff |
|
|
|
1fa1ff |
compl_enter_selects = !compl_used_match;
|
|
|
1fa1ff |
- compl_shown_match = compl_curr_match = compl_first_match;
|
|
|
1fa1ff |
|
|
|
1fa1ff |
/* Show the popup menu with a different set of matches. */
|
|
|
1fa1ff |
ins_compl_show_pum();
|
|
|
1fa1ff |
--- 3467,3472 ----
|
|
|
1fa1ff |
*** ../vim-7.4.017/src/version.c 2013-09-05 12:06:26.000000000 +0200
|
|
|
1fa1ff |
--- src/version.c 2013-09-05 12:40:34.000000000 +0200
|
|
|
1fa1ff |
***************
|
|
|
1fa1ff |
*** 740,741 ****
|
|
|
1fa1ff |
--- 740,743 ----
|
|
|
1fa1ff |
{ /* Add new patch number below this line */
|
|
|
1fa1ff |
+ /**/
|
|
|
1fa1ff |
+ 18,
|
|
|
1fa1ff |
/**/
|
|
|
1fa1ff |
|
|
|
1fa1ff |
--
|
|
|
1fa1ff |
hundred-and-one symptoms of being an internet addict:
|
|
|
1fa1ff |
169. You hire a housekeeper for your home page.
|
|
|
1fa1ff |
|
|
|
1fa1ff |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
1fa1ff |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
1fa1ff |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
1fa1ff |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|