| To: vim_dev@googlegroups.com |
| Subject: Patch 7.4.688 |
| Fcc: outbox |
| From: Bram Moolenaar <Bram@moolenaar.net> |
| Mime-Version: 1.0 |
| Content-Type: text/plain; charset=UTF-8 |
| Content-Transfer-Encoding: 8bit |
| |
| |
| Patch 7.4.688 |
| Problem: When "$" is in 'cpo' the popup menu isn't undrawn correctly. |
| (Issue 166) |
| Solution: When using the popup menu remove the "$". |
| Files: src/edit.c |
| |
| |
| |
| |
| |
| *** 3008,3013 **** |
| --- 3008,3017 ---- |
| |
| if (compl_match_array != NULL) |
| { |
| + /* In Replace mode when a $ is displayed at the end of the line only |
| + * part of the screen would be updated. We do need to redraw here. */ |
| + dollar_vcol = -1; |
| + |
| /* Compute the screen column of the start of the completed text. |
| * Use the cursor to get all wrapping and other settings right. */ |
| col = curwin->w_cursor.col; |
| |
| |
| |
| *** 743,744 **** |
| --- 743,746 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 688, |
| /**/ |
| |
| -- |
| Biting someone with your natural teeth is "simple assault," while biting |
| someone with your false teeth is "aggravated assault." |
| [real standing law in Louisana, United States of America] |
| |
| /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ |
| /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ |
| \\\ an exciting new programming language -- http://www.Zimbu.org /// |
| \\\ help me help AIDS victims -- http://ICCF-Holland.org /// |