]> granicus.if.org Git - vim/commitdiff
patch 7.4.2135 v7.4.2135
authorBram Moolenaar <Bram@vim.org>
Sun, 31 Jul 2016 12:17:27 +0000 (14:17 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 31 Jul 2016 12:17:27 +0000 (14:17 +0200)
Problem:    Various tiny issues.
Solution:   Update comments, white space, etc.

runtime/menu.vim
src/INSTALLpc.txt
src/diff.c
src/digraph.c
src/testdir/Makefile
src/testdir/test80.in
src/testdir/test_channel.vim
src/version.c
src/xpm/README.txt

index 15697b33ad5485a8f95ae5fe5e09754f4deb5042..5c34616ec6734dc6499433d2b92d8d5c1dd12fe5 100644 (file)
@@ -2,7 +2,7 @@
 " You can also use this as a start for your own set of menus.
 "
 " Maintainer:  Bram Moolenaar <Bram@vim.org>
-" Last Change: 2014 May 22
+" Last Change: 2016 Jul 27
 
 " Note that ":an" (short for ":anoremenu") is often used to make a menu work
 " in all modes and avoid side effects from mappings defined by the user.
index bc1fa36e046f468876cdde901617f2acaa8efb1e..c77204e7d7e4226082c9dd3c15815bb3dfb43a75 100644 (file)
@@ -49,7 +49,7 @@ Building with Visual Studio (VS 98, VS .NET, VS .NET 2003, VS 2005, VS 2008,
 VS2010, VS2012, VS2013 and VS2015) is straightforward. (These instructions
 should also work for VS 4 and VS 5.)
 
-Using VS C++ 2008 Express is recommended, the binaries build with that run on
+Using VS C++ 2008 Express is recommended, the binaries built with that run on
 nearly all platforms.  Binaries from later versions may not run on Windows 95
 or XP.
 
index 35e37d750b6a06e77003558808660774cd1bd186..c29e94437631864809829578871364d9000b3126 100644 (file)
@@ -135,7 +135,7 @@ diff_buf_add(buf_T *buf)
            return;
        }
 
-    EMSGN(_("E96: Can not diff more than %ld buffers"), DB_COUNT);
+    EMSGN(_("E96: Cannot diff more than %ld buffers"), DB_COUNT);
 }
 
 /*
index b17340cb2c51c832b3eb4bfb9862aa0e740c6cdd..4d86b9c7bdc6a746b7641bc2270f74148134b6c2 100644 (file)
@@ -2460,4 +2460,3 @@ keymap_unload(void)
 }
 
 #endif /* FEAT_KEYMAP */
-
index 129ecaf6c1c8e032a06cc7c215ceec53162e29da..5c629ed3f7f702c3a882ea53e8c825f8efd4e6a2 100644 (file)
@@ -80,14 +80,14 @@ test1.out: test1.in
        @-/bin/sh -c "sleep .2 > /dev/null 2>&1 || sleep 1"
        -$(RUN_VIM) $*.in
 
-       # For flaky tests retry one time.
-       @/bin/sh -c "if test -f test.out -a $* = test61; then \
-                 if diff test.out $*.ok; \
-                 then echo flaky test ok first time; \
-                 else rm -rf $*.failed $(RM_ON_RUN); \
-                       $(RUN_VIM) $*.in; \
-                 fi \
-               fi"
+       # For flaky tests retry one time.  No tests at the moment.
+       #@/bin/sh -c "if test -f test.out -a $* = test61; then \
+       #         if diff test.out $*.ok; \
+       #         then echo flaky test ok first time; \
+       #         else rm -rf $*.failed $(RM_ON_RUN); \
+       #               $(RUN_VIM) $*.in; \
+       #         fi \
+       #       fi"
 
        # Check if the test.out file matches test.ok.
        @/bin/sh -c "if test -f test.out; then \
index 406fb6dac7250f94dae9f596af23b8c00d9ff266..e78e921185e386435df2a0ef3138c08fb46af825 100644 (file)
@@ -1,5 +1,5 @@
-Test for *sub-replace-special* and *sub-replace-expression* on substitue().
-Test for submatch() on substitue().
+Test for *sub-replace-special* and *sub-replace-expression* on substitute().
+Test for submatch() on substitute().
 Test for *:s%* on :substitute.
 
 STARTTEST
index 48ab69c75b216024286db46936230c6b8a42592c..fff9ebd6c6096acb6bafc62c31cfcd303a2e82b1 100644 (file)
@@ -1320,7 +1320,7 @@ func Test_collapse_buffers()
   1,$delete
   call job_start('cat test_channel.vim', {'out_io': 'buffer', 'out_name': 'testout'})
   call WaitFor('line("$") > g:linecount')
-  call assert_true(line('$') > g:linecount)
+  call assert_inrange(g:linecount + 1, g:linecount + 2, line('$'))
   bwipe!
 endfunc
 
index 8ef6dec48ae30a74688cb4454e7090279c40335c..210c2e4c055db0358b3e8e1e66acc23c05d7b51a 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2135,
 /**/
     2134,
 /**/
index 586de6c817f7184e54e44988e9be9c9671262ca8..25f3831eb335205f3fb08ac80614bb3c4663c2b0 100644 (file)
@@ -4,6 +4,10 @@ This is XPM library compiled for Windows which is intended for use with Vim
 Libraries in x86 directory were compiled with MSVC6 and MinGW. Proposed
 commands to compile Vim are:
 
+If you want to build XPM library by yourself, you may want to use the
+following Win32 port:
+https://github.com/koron/libXpm-win32
+
 Any version of MSVC starting from version 6.0:
 nmake -f Make_mvc.mak GUI=yes CSCOPE=yes NETBEANS=yes XPM=e:\hg\xpm\x86