]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.899 v7.3.899
authorBram Moolenaar <Bram@vim.org>
Mon, 15 Apr 2013 13:32:25 +0000 (15:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 15 Apr 2013 13:32:25 +0000 (15:32 +0200)
Problem:    #if indents are off.
Solution:   Fix the indents.

src/os_unix.c
src/version.c

index 9459aa1cf4b15e16da9775a691a7a683eb1ecca0..f878fa9578d474e72d470d8b8ebd1b39f574912e 100644 (file)
@@ -3493,13 +3493,14 @@ mch_setmouse(on)
             *    4 = Windows Cross Hair
             *    5 = Windows UP Arrow
             */
-#ifdef JSBTERM_MOUSE_NONADVANCED /* Disables full feedback of pointer movements */
+#  ifdef JSBTERM_MOUSE_NONADVANCED
+           /* Disables full feedback of pointer movements */
            out_str_nf((char_u *)IF_EB("\033[0~ZwLMRK1Q\033\\",
                                         ESC_STR "[0~ZwLMRK1Q" ESC_STR "\\"));
-#else
+#  else
            out_str_nf((char_u *)IF_EB("\033[0~ZwLMRK+1Q\033\\",
                                        ESC_STR "[0~ZwLMRK+1Q" ESC_STR "\\"));
-#endif
+#  endif
            ison = TRUE;
        }
        else
index 06a1ffc6bfb76f5fbc36c305b77a6e66bed13905..4a5a0be90fce030d1c6a6d1da43381395fffb594 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    899,
 /**/
     898,
 /**/