| To: vim_dev@googlegroups.com |
| Subject: Patch 7.4.555 |
| 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.555 |
| Problem: test_close_count may fail for some combination of features. |
| Solution: Require normal features. |
| Files: src/testdir/test_close_count.in |
| |
| |
| |
| |
| |
| *** 1,8 **** |
| Tests for :[count]close! and :[count]hide vim: set ft=vim : |
| |
| STARTTEST |
| :let tests = [] |
| - :so tiny.vim |
| :for i in range(5) |
| :new |
| :endfor |
| --- 1,8 ---- |
| Tests for :[count]close! and :[count]hide vim: set ft=vim : |
| |
| STARTTEST |
| + :so small.vim |
| :let tests = [] |
| :for i in range(5) |
| :new |
| :endfor |
| |
| *** 46,52 **** |
| |
| STARTTEST |
| :let tests = [] |
| - :so tiny.vim |
| :for i in range(5) |
| :new |
| :endfor |
| --- 46,51 ---- |
| |
| *** 94,100 **** |
| |
| STARTTEST |
| :let tests = [] |
| - :so tiny.vim |
| :set hidden |
| :for i in range(5) |
| :new |
| --- 93,98 ---- |
| |
| *** 123,129 **** |
| |
| STARTTEST |
| :let tests = [] |
| - :so tiny.vim |
| :set hidden |
| :for i in range(5) |
| :new |
| --- 121,126 ---- |
| |
| |
| |
| *** 743,744 **** |
| --- 743,746 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 555, |
| /**/ |
| |
| -- |
| hundred-and-one symptoms of being an internet addict: |
| 3. Your bookmark takes 15 minutes to scroll from top to bottom. |
| |
| /// 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 /// |