]> granicus.if.org Git - vim/commitdiff
patch 7.4.827 v7.4.827
authorBram Moolenaar <Bram@vim.org>
Tue, 18 Aug 2015 11:48:54 +0000 (13:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Aug 2015 11:48:54 +0000 (13:48 +0200)
Problem:    Not all test targets are in the Makefile.
Solution:   Add the missing targets.

src/Makefile
src/version.c

index 0082a3bc12a7efd000eb38dbaeef9a26d882999c..03cf2d91e29eb605bd76abc0ced9a3e1a0797ff0 100644 (file)
@@ -1902,24 +1902,30 @@ unittest unittests: $(UNITTEST_TARGETS)
 test1 \
        test_argument_0count \
        test_argument_count \
+       test_autocmd_option \
        test_autoformat_join \
        test_breakindent \
        test_changelist \
+       test_charsearch \
        test_close_count \
        test_command_count \
        test_erasebackword \
        test_eval \
+       test_fixeol \
+       test_increment \
        test_insertcount \
        test_listchars \
        test_listlbr \
        test_listlbr_utf8 \
        test_mapping \
        test_marks \
+       test_match_conceal \
        test_nested_function \
        test_options \
        test_perl \
        test_qf_title \
        test_ruby \
+       test_search_mbyte \
        test_set \
        test_signs \
        test_textobjects \
index d229752a6e818b56cb29dceea6e92d01023f8901..e4466041a2e006ff8bbf56925e4c50c61c0471cd 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    827,
 /**/
     826,
 /**/