|
Karsten Hopp |
7c47e6 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
7c47e6 |
Subject: Patch 7.4.827
|
|
Karsten Hopp |
7c47e6 |
Fcc: outbox
|
|
Karsten Hopp |
7c47e6 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
7c47e6 |
Mime-Version: 1.0
|
|
Karsten Hopp |
7c47e6 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
7c47e6 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
7c47e6 |
------------
|
|
Karsten Hopp |
7c47e6 |
|
|
Karsten Hopp |
7c47e6 |
Patch 7.4.827
|
|
Karsten Hopp |
7c47e6 |
Problem: Not all test targets are in the Makefile.
|
|
Karsten Hopp |
7c47e6 |
Solution: Add the missing targets.
|
|
Karsten Hopp |
7c47e6 |
Files: src/Makefile
|
|
Karsten Hopp |
7c47e6 |
|
|
Karsten Hopp |
7c47e6 |
|
|
Karsten Hopp |
7c47e6 |
*** ../vim-7.4.826/src/Makefile 2015-06-21 13:44:07.297340941 +0200
|
|
Karsten Hopp |
7c47e6 |
--- src/Makefile 2015-08-18 13:45:09.538267948 +0200
|
|
Karsten Hopp |
7c47e6 |
***************
|
|
Karsten Hopp |
7c47e6 |
*** 1902,1925 ****
|
|
Karsten Hopp |
7c47e6 |
--- 1902,1931 ----
|
|
Karsten Hopp |
7c47e6 |
test1 \
|
|
Karsten Hopp |
7c47e6 |
test_argument_0count \
|
|
Karsten Hopp |
7c47e6 |
test_argument_count \
|
|
Karsten Hopp |
7c47e6 |
+ test_autocmd_option \
|
|
Karsten Hopp |
7c47e6 |
test_autoformat_join \
|
|
Karsten Hopp |
7c47e6 |
test_breakindent \
|
|
Karsten Hopp |
7c47e6 |
test_changelist \
|
|
Karsten Hopp |
7c47e6 |
+ test_charsearch \
|
|
Karsten Hopp |
7c47e6 |
test_close_count \
|
|
Karsten Hopp |
7c47e6 |
test_command_count \
|
|
Karsten Hopp |
7c47e6 |
test_erasebackword \
|
|
Karsten Hopp |
7c47e6 |
test_eval \
|
|
Karsten Hopp |
7c47e6 |
+ test_fixeol \
|
|
Karsten Hopp |
7c47e6 |
+ test_increment \
|
|
Karsten Hopp |
7c47e6 |
test_insertcount \
|
|
Karsten Hopp |
7c47e6 |
test_listchars \
|
|
Karsten Hopp |
7c47e6 |
test_listlbr \
|
|
Karsten Hopp |
7c47e6 |
test_listlbr_utf8 \
|
|
Karsten Hopp |
7c47e6 |
test_mapping \
|
|
Karsten Hopp |
7c47e6 |
test_marks \
|
|
Karsten Hopp |
7c47e6 |
+ test_match_conceal \
|
|
Karsten Hopp |
7c47e6 |
test_nested_function \
|
|
Karsten Hopp |
7c47e6 |
test_options \
|
|
Karsten Hopp |
7c47e6 |
test_perl \
|
|
Karsten Hopp |
7c47e6 |
test_qf_title \
|
|
Karsten Hopp |
7c47e6 |
test_ruby \
|
|
Karsten Hopp |
7c47e6 |
+ test_search_mbyte \
|
|
Karsten Hopp |
7c47e6 |
test_set \
|
|
Karsten Hopp |
7c47e6 |
test_signs \
|
|
Karsten Hopp |
7c47e6 |
test_textobjects \
|
|
Karsten Hopp |
7c47e6 |
*** ../vim-7.4.826/src/version.c 2015-08-13 23:28:38.246878308 +0200
|
|
Karsten Hopp |
7c47e6 |
--- src/version.c 2015-08-18 13:46:07.953657978 +0200
|
|
Karsten Hopp |
7c47e6 |
***************
|
|
Karsten Hopp |
7c47e6 |
*** 743,744 ****
|
|
Karsten Hopp |
7c47e6 |
--- 743,746 ----
|
|
Karsten Hopp |
7c47e6 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
7c47e6 |
+ /**/
|
|
Karsten Hopp |
7c47e6 |
+ 827,
|
|
Karsten Hopp |
7c47e6 |
/**/
|
|
Karsten Hopp |
7c47e6 |
|
|
Karsten Hopp |
7c47e6 |
--
|
|
Karsten Hopp |
7c47e6 |
Michael: There is no such thing as a dump question.
|
|
Karsten Hopp |
7c47e6 |
Bernard: Sure there is. For example "what is a core dump?"
|
|
Karsten Hopp |
7c47e6 |
|
|
Karsten Hopp |
7c47e6 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
7c47e6 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
7c47e6 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
7c47e6 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|