]> git.pld-linux.org Git - packages/vim.git/commitdiff
- updated
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 17 Oct 2005 11:12:59 +0000 (11:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-ispell.patch -> 1.18

vim-ispell.patch

index e79772c937dd843b6e6297de17073aa8fd87277d..e53406070614d3f687ec0e9fbe366a51676782c6 100644 (file)
@@ -1,6 +1,6 @@
-diff -burN -x '*.orig' vim-6.2.532.orig/src/edit.c vim-6.2.532/src/edit.c
---- vim-6.2.532.orig/src/edit.c        2004-05-08 08:55:12.000000000 +0200
-+++ vim-6.2.532/src/edit.c     2004-05-08 09:25:12.218962464 +0200
+diff -urBbN vim64.org/src/edit.c vim64/src/edit.c
+--- vim64.org/src/edit.c       2005-04-08 11:16:31.000000000 +0200
++++ vim64/src/edit.c   2005-10-17 12:49:17.442845032 +0200
 @@ -659,7 +659,11 @@
        if ((c == Ctrl_V || c == Ctrl_Q) && ctrl_x_mode == CTRL_X_CMDLINE)
            goto docomplete;
@@ -14,7 +14,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/edit.c vim-6.2.532/src/edit.c
        {
            ins_ctrl_v();
            c = Ctrl_V; /* pretend CTRL-V is last typed character */
-@@ -1229,6 +1233,20 @@
+@@ -1231,6 +1235,20 @@
                continue_status = 0;
            break;
  #endif /* FEAT_INS_EXPAND */
@@ -35,10 +35,10 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/edit.c vim-6.2.532/src/edit.c
  
        case Ctrl_Y:            /* copy from previous line or scroll down */
        case Ctrl_E:            /* copy from next line     or scroll up */
-diff -burN -x '*.orig' vim-6.2.532.orig/src/eval.c vim-6.2.532/src/eval.c
---- vim-6.2.532.orig/src/eval.c        2004-05-08 08:55:12.000000000 +0200
-+++ vim-6.2.532/src/eval.c     2004-05-08 09:25:12.235959880 +0200
-@@ -4998,6 +4998,9 @@
+diff -urBbN vim64.org/src/eval.c vim64/src/eval.c
+--- vim64.org/src/eval.c       2004-07-28 11:53:18.000000000 +0200
++++ vim64/src/eval.c   2005-10-17 12:49:17.448844120 +0200
+@@ -4995,6 +4995,9 @@
  #ifdef FEAT_SNIFF
        "sniff",
  #endif
@@ -48,9 +48,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/eval.c vim-6.2.532/src/eval.c
  #ifdef FEAT_STL_OPT
        "statusline",
  #endif
-diff -burN -x '*.orig' vim-6.2.532.orig/src/ex_cmds.h vim-6.2.532/src/ex_cmds.h
---- vim-6.2.532.orig/src/ex_cmds.h     2004-05-08 08:55:12.000000000 +0200
-+++ vim-6.2.532/src/ex_cmds.h  2004-05-08 09:25:12.241958968 +0200
+diff -urBbN vim64.org/src/ex_cmds.h vim64/src/ex_cmds.h
+--- vim64.org/src/ex_cmds.h    2004-08-30 14:58:51.000000000 +0200
++++ vim64/src/ex_cmds.h        2005-10-17 12:49:17.449843968 +0200
 @@ -726,6 +726,8 @@
                        BANG|FILE1|TRLBAR|SBOXOK|CMDWIN),
  EX(CMD_split,         "split",        ex_splitview,
@@ -60,9 +60,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/ex_cmds.h vim-6.2.532/src/ex_cmds.h
  EX(CMD_sprevious,     "sprevious",    ex_previous,
                        EXTRA|RANGE|NOTADR|COUNT|BANG|EDITCMD|ARGOPT|TRLBAR),
  EX(CMD_srewind,               "srewind",      ex_rewind,
-diff -burN -x '*.orig' vim-6.2.532.orig/src/ex_docmd.c vim-6.2.532/src/ex_docmd.c
---- vim-6.2.532.orig/src/ex_docmd.c    2004-05-08 08:55:13.000000000 +0200
-+++ vim-6.2.532/src/ex_docmd.c 2004-05-08 09:25:12.266955168 +0200
+diff -urBbN vim64.org/src/ex_docmd.c vim64/src/ex_docmd.c
+--- vim64.org/src/ex_docmd.c   2005-10-08 16:24:04.000000000 +0200
++++ vim64/src/ex_docmd.c       2005-10-17 12:49:17.455843056 +0200
 @@ -220,6 +220,9 @@
  #ifndef FEAT_SYN_HL
  # define ex_syntax            ex_ni
@@ -73,7 +73,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/ex_docmd.c vim-6.2.532/src/ex_docmd.
  #ifndef FEAT_PERL
  # define ex_perl              ex_script_ni
  # define ex_perldo            ex_ni
-@@ -3404,6 +3407,12 @@
+@@ -3413,6 +3416,12 @@
            set_context_in_syntax_cmd(xp, arg);
            break;
  #endif
@@ -86,9 +86,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/ex_docmd.c vim-6.2.532/src/ex_docmd.
  #ifdef FEAT_EVAL
        case CMD_let:
        case CMD_if:
-diff -burN -x '*.orig' vim-6.2.532.orig/src/feature.h vim-6.2.532/src/feature.h
---- vim-6.2.532.orig/src/feature.h     2004-05-08 08:55:11.000000000 +0200
-+++ vim-6.2.532/src/feature.h  2004-05-08 09:25:12.271954408 +0200
+diff -urBbN vim64.org/src/feature.h vim64/src/feature.h
+--- vim64.org/src/feature.h    2005-01-13 19:22:50.000000000 +0100
++++ vim64/src/feature.h        2005-10-17 12:49:17.457842752 +0200
 @@ -314,6 +314,11 @@
  #   define FEAT_RIGHTLEFT
  # endif
@@ -101,10 +101,10 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/feature.h vim-6.2.532/src/feature.h
  
  /*
   * +arabic            Arabic keymap and shaping support.
-diff -burN -x '*.orig' vim-6.2.532.orig/src/globals.h vim-6.2.532/src/globals.h
---- vim-6.2.532.orig/src/globals.h     2004-05-08 08:55:13.000000000 +0200
-+++ vim-6.2.532/src/globals.h  2004-05-08 09:25:12.274953952 +0200
-@@ -872,6 +872,9 @@
+diff -urBbN vim64.org/src/globals.h vim64/src/globals.h
+--- vim64.org/src/globals.h    2004-06-27 15:44:13.000000000 +0200
++++ vim64/src/globals.h        2005-10-17 12:49:17.458842600 +0200
+@@ -877,6 +877,9 @@
  #ifdef USE_TERM_CONSOLE
  EXTERN int    term_console INIT(= FALSE); /* set to TRUE when console used */
  #endif
@@ -114,10 +114,10 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/globals.h vim-6.2.532/src/globals.h
  EXTERN int    termcap_active INIT(= FALSE);   /* set by starttermcap() */
  EXTERN int    cur_tmode INIT(= TMODE_COOK);   /* input terminal mode */
  EXTERN int    bangredo INIT(= FALSE);     /* set to TRUE whith ! command */
-diff -burN -x '*.orig' vim-6.2.532.orig/src/main.c vim-6.2.532/src/main.c
---- vim-6.2.532.orig/src/main.c        2004-05-08 08:55:12.000000000 +0200
-+++ vim-6.2.532/src/main.c     2004-05-08 09:25:12.279953192 +0200
-@@ -2245,6 +2245,10 @@
+diff -urBbN vim64.org/src/main.c vim64/src/main.c
+--- vim64.org/src/main.c       2005-02-15 14:09:15.000000000 +0100
++++ vim64/src/main.c   2005-10-17 12:49:17.461842144 +0200
+@@ -2263,6 +2263,10 @@
        write_viminfo(NULL, FALSE);
  #endif
  
@@ -128,10 +128,10 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/main.c vim-6.2.532/src/main.c
  #ifdef FEAT_AUTOCMD
      apply_autocmds(EVENT_VIMLEAVE, NULL, NULL, FALSE, curbuf);
  #endif
-diff -burN -x '*.orig' vim-6.2.532.orig/src/Makefile vim-6.2.532/src/Makefile
---- vim-6.2.532.orig/src/Makefile      2004-05-08 08:55:11.000000000 +0200
-+++ vim-6.2.532/src/Makefile   2004-05-08 09:25:12.286952128 +0200
-@@ -1234,6 +1234,22 @@
+diff -urBbN vim64.org/src/Makefile vim64/src/Makefile
+--- vim64.org/src/Makefile     2005-10-15 13:52:15.000000000 +0200
++++ vim64/src/Makefile 2005-10-17 12:51:51.656401008 +0200
+@@ -1211,6 +1211,22 @@
  # Use this for cproto 3 patchlevel 7 or above (use "cproto -V" to check):
  PROTO_FLAGS = -m -M__ARGS -d -E"$(CPP)" $(NO_ATTR)
  
@@ -154,7 +154,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/Makefile vim-6.2.532/src/Makefile
  
  ################################################
  ##   no changes required below this line      ##
-@@ -1244,7 +1260,7 @@
+@@ -1221,7 +1237,7 @@
  .SUFFIXES:
  .SUFFIXES: .cc .c .o .pro
  
@@ -163,7 +163,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/Makefile vim-6.2.532/src/Makefile
  POST_DEFS = $(X_CFLAGS) $(PERL_CFLAGS) $(PYTHON_CFLAGS) $(TCL_CFLAGS) $(RUBY_CFLAGS) $(EXTRA_DEFS)
  
  ALL_CFLAGS = $(PRE_DEFS) $(CFLAGS) $(PROFILE_CFLAGS) $(POST_DEFS)
-@@ -1326,6 +1342,7 @@
+@@ -1305,6 +1321,7 @@
        screen.c \
        search.c \
        syntax.c \
@@ -171,7 +171,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/Makefile vim-6.2.532/src/Makefile
        tag.c \
        term.c \
        ui.c \
-@@ -1392,6 +1409,7 @@
+@@ -1371,6 +1388,7 @@
        objects/screen.o \
        objects/search.o \
        objects/syntax.o \
@@ -179,7 +179,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/Makefile vim-6.2.532/src/Makefile
        $(SNIFF_OBJ) \
        objects/tag.o \
        objects/term.o \
-@@ -2392,6 +2410,9 @@
+@@ -2327,6 +2345,9 @@
  objects/undo.o: undo.c
        $(CCC) -o $@ undo.c
  
@@ -189,20 +189,20 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/Makefile vim-6.2.532/src/Makefile
  objects/window.o: window.c
        $(CCC) -o $@ window.c
  
-@@ -2649,6 +2670,9 @@
-  auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h \
-  gui.h gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h \
-  globals.h farsi.h arabic.h
+@@ -2561,6 +2582,9 @@
+   ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
+   proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
+   arabic.h
 +objects/spell.o: spell.c vim.h spell/config.h feature.h os_unix.h auto/osdef.h \
-+ ascii.h keymap.h term.h macros.h regexp.h structs.h gui.h globals.h farsi.h \
-+ option.h ex_cmds.h proto.h spell/local.h spell/wm.h spell/ispell.h
- objects/syntax.o: syntax.c vim.h auto/config.h feature.h os_unix.h \
-  auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h \
-  gui.h gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h \
-@@ -2815,3 +2839,26 @@
-  auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h \
-  gui.h gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h \
-  globals.h farsi.h arabic.h version.h
++  ascii.h keymap.h term.h macros.h regexp.h structs.h gui.h globals.h farsi.h \
++  option.h ex_cmds.h proto.h spell/local.h spell/wm.h spell/ispell.h
+ objects/syntax.o: syntax.c vim.h auto/config.h feature.h os_unix.h auto/osdef.h \
+   ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h gui_beval.h \
+   proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h farsi.h \
+@@ -2691,3 +2715,27 @@
+   auto/osdef.h ascii.h keymap.h term.h macros.h structs.h regexp.h gui.h \
+   gui_beval.h proto/gui_beval.pro option.h ex_cmds.h proto.h globals.h \
+   farsi.h arabic.h version.h
 +
 +SPELL_CFLAGS=$(CFLAGS) -pedantic -DUSG=1
 +
@@ -214,21 +214,22 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/Makefile vim-6.2.532/src/Makefile
 +
 +objects/hash.o: spell/hash.c spell/config.h spell/ispell.h spell/i_proto.h spell/local.h
 +      $(CC) -c $(SPELL_CFLAGS) spell/hash.c -o objects/hash.o
-+       
++
 +objects/makedent.o: spell/makedent.c spell/config.h spell/ispell.h spell/i_proto.h spell/msgs.h spell/local.h
 +      $(CC) -c $(SPELL_CFLAGS) spell/makedent.c -o objects/makedent.o
-+ 
++
 +objects/tree.o: spell/tree.c spell/config.h spell/ispell.h spell/i_proto.h spell/msgs.h spell/local.h
 +      $(CC) -c $(SPELL_CFLAGS) spell/tree.c -o objects/tree.o
-+       
++
 +objects/tgood.o: spell/tgood.c spell/config.h spell/ispell.h spell/i_proto.h spell/local.h
 +      $(CC) -c $(SPELL_CFLAGS) spell/tgood.c -o objects/tgood.o
-+ 
++
 +objects/util.o: spell/util.c spell/config.h spell/ispell.h spell/i_proto.h spell/local.h
 +      $(CC) -c $(SPELL_CFLAGS) spell/util.c -o objects/util.o
-diff -burN -x '*.orig' vim-6.2.532.orig/src/normal.c vim-6.2.532/src/normal.c
---- vim-6.2.532.orig/src/normal.c      2004-05-08 08:55:11.000000000 +0200
-+++ vim-6.2.532/src/normal.c   2004-05-08 09:25:12.304949392 +0200
++
+diff -urBbN vim64.org/src/normal.c vim64/src/normal.c
+--- vim64.org/src/normal.c     2005-10-06 20:42:06.000000000 +0200
++++ vim64/src/normal.c 2005-10-17 12:49:17.471840624 +0200
 @@ -84,6 +84,10 @@
  #ifdef FEAT_VISUAL
  static int    get_visual_text __ARGS((cmdarg_T *cap, char_u **pp, int *lenp));
@@ -258,7 +259,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/normal.c vim-6.2.532/src/normal.c
      {Ctrl_T,  nv_tagpop,      NV_NCW,                 0},
      {Ctrl_U,  nv_halfpage,    0,                      0},
  #ifdef FEAT_VISUAL
-@@ -7834,6 +7846,28 @@
+@@ -7845,6 +7857,28 @@
  #endif
  }
  
@@ -287,9 +288,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/normal.c vim-6.2.532/src/normal.c
  #ifdef FEAT_VISUAL
  /*
   * In exclusive Visual mode, may include the last character.
-diff -burN -x '*.orig' vim-6.2.532.orig/src/option.c vim-6.2.532/src/option.c
---- vim-6.2.532.orig/src/option.c      2004-05-08 08:55:13.000000000 +0200
-+++ vim-6.2.532/src/option.c   2004-05-08 09:43:59.312618184 +0200
+diff -urBbN vim64.org/src/option.c vim64/src/option.c
+--- vim64.org/src/option.c     2005-10-08 16:27:46.000000000 +0200
++++ vim64/src/option.c 2005-10-17 12:49:17.478839560 +0200
 @@ -121,6 +121,8 @@
      , PV_SW
      , PV_SWF
@@ -310,7 +311,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/option.c vim-6.2.532/src/option.c
  static long   p_ts;
  static long   p_tw;
  static int    p_tx;
-@@ -1072,7 +1078,7 @@
+@@ -1073,7 +1079,7 @@
                            {(char_u *)FALSE, (char_u *)0L}},
      {"highlight",   "hl",   P_STRING|P_VI_DEF|P_RCLR|P_COMMA|P_NODUP,
                            (char_u *)&p_hl, PV_NONE,
@@ -319,7 +320,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/option.c vim-6.2.532/src/option.c
                                (char_u *)0L}},
      {"history",           "hi",   P_NUM|P_VIM,
                            (char_u *)&p_hi, PV_NONE,
-@@ -1337,6 +1343,13 @@
+@@ -1338,6 +1344,13 @@
                            (char_u *)NULL, PV_NONE,
  #endif
                            {(char_u *)"", (char_u *)0L}},
@@ -333,7 +334,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/option.c vim-6.2.532/src/option.c
      {"laststatus",  "ls",   P_NUM|P_VI_DEF|P_RALL,
  #ifdef FEAT_WINDOWS
                            (char_u *)&p_ls, PV_NONE,
-@@ -1935,6 +1948,14 @@
+@@ -1936,6 +1949,14 @@
      {"sourceany",   NULL,   P_BOOL|P_VI_DEF,
                            (char_u *)NULL, PV_NONE,
                            {(char_u *)FALSE, (char_u *)0L}},
@@ -348,7 +349,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/option.c vim-6.2.532/src/option.c
      {"splitbelow",  "sb",   P_BOOL|P_VI_DEF,
  #ifdef FEAT_WINDOWS
                            (char_u *)&p_sb, PV_NONE,
-@@ -4815,6 +4836,26 @@
+@@ -4835,6 +4856,26 @@
            errmsg = e_invarg;
      }
  #endif
@@ -375,7 +376,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/option.c vim-6.2.532/src/option.c
  
  #ifdef FEAT_MBYTE
      /* 'encoding' and 'fileencoding' */
-@@ -7921,6 +7962,10 @@
+@@ -7951,6 +7992,10 @@
  #ifdef FEAT_SYN_HL
        case PV_SYN:    return (char_u *)&(curbuf->b_p_syn);
  #endif
@@ -386,9 +387,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/option.c vim-6.2.532/src/option.c
        case PV_SW:     return (char_u *)&(curbuf->b_p_sw);
        case PV_TS:     return (char_u *)&(curbuf->b_p_ts);
        case PV_TW:     return (char_u *)&(curbuf->b_p_tw);
-diff -burN -x '*.orig' vim-6.2.532.orig/src/option.h vim-6.2.532/src/option.h
---- vim-6.2.532.orig/src/option.h      2004-05-08 08:55:13.000000000 +0200
-+++ vim-6.2.532/src/option.h   2004-05-08 09:25:23.884189080 +0200
+diff -urBbN vim64.org/src/option.h vim64/src/option.h
+--- vim64.org/src/option.h     2004-05-05 11:43:49.000000000 +0200
++++ vim64/src/option.h 2005-10-17 12:49:17.494837128 +0200
 @@ -385,6 +385,8 @@
  EXTERN char_u *p_dex;         /* 'diffexpr' */
  # endif
@@ -398,18 +399,18 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/option.h vim-6.2.532/src/option.h
  #ifdef FEAT_INS_EXPAND
  EXTERN char_u *p_dict;        /* 'dictionary' */
  #endif
-diff -burN -x '*.orig' vim-6.2.532.orig/src/proto/spell.pro vim-6.2.532/src/proto/spell.pro
---- vim-6.2.532.orig/src/proto/spell.pro       1970-01-01 01:00:00.000000000 +0100
-+++ vim-6.2.532/src/proto/spell.pro    2004-05-08 09:25:23.885188928 +0200
+diff -urBbN vim64.org/src/proto/spell.pro vim64/src/proto/spell.pro
+--- vim64.org/src/proto/spell.pro      1970-01-01 01:00:00.000000000 +0100
++++ vim64/src/proto/spell.pro  2005-10-17 12:49:17.495836976 +0200
 @@ -0,0 +1,5 @@
 +int  reload_dict(void);\r
 +void ex_spell(exarg_T *eap);\r
 +int  get_spell_attr(colnr_T spell_col, colnr_T col, char_u    *line);\r
 +int  set_to_private_dict(char *line, int cursor_col, int convert_to_lower);\r
 +void spell_save_private_dict(void);\r
-diff -burN -x '*.orig' vim-6.2.532.orig/src/proto.h vim-6.2.532/src/proto.h
---- vim-6.2.532.orig/src/proto.h       2004-05-08 08:55:13.000000000 +0200
-+++ vim-6.2.532/src/proto.h    2004-05-08 09:25:23.887188624 +0200
+diff -urBbN vim64.org/src/proto.h vim64/src/proto.h
+--- vim64.org/src/proto.h      2005-10-08 16:22:32.000000000 +0200
++++ vim64/src/proto.h  2005-10-17 12:49:17.496836824 +0200
 @@ -72,6 +72,9 @@
  #  include "os_qnx.pro"
  # endif
@@ -420,9 +421,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/proto.h vim-6.2.532/src/proto.h
  # include "buffer.pro"
  # include "charset.pro"
  # ifdef FEAT_CSCOPE
-diff -burN -x '*.orig' vim-6.2.532.orig/src/screen.c vim-6.2.532/src/screen.c
---- vim-6.2.532.orig/src/screen.c      2004-05-08 08:55:12.000000000 +0200
-+++ vim-6.2.532/src/screen.c   2004-05-08 09:25:23.901186496 +0200
+diff -urBbN vim64.org/src/screen.c vim64/src/screen.c
+--- vim64.org/src/screen.c     2005-01-19 11:03:00.000000000 +0100
++++ vim64/src/screen.c 2005-10-17 12:49:17.501836064 +0200
 @@ -118,6 +118,9 @@
  static match_T match_hl;      /* used for ":match" highlight matching */
  #endif
@@ -433,7 +434,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/screen.c vim-6.2.532/src/screen.c
  #ifdef FEAT_FOLDING
  static foldinfo_T win_foldinfo;       /* info for 'foldcolumn' */
  #endif
-@@ -2537,6 +2540,9 @@
+@@ -2536,6 +2539,9 @@
      int               has_syntax = FALSE;     /* this buffer has syntax highl. */
      int               save_did_emsg;
  #endif
@@ -443,7 +444,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/screen.c vim-6.2.532/src/screen.c
      int               extra_check;            /* has syntax or linebreak */
  #ifdef FEAT_MBYTE
      int               multi_attr = 0;         /* attributes desired by multibyte */
-@@ -2615,8 +2621,18 @@
+@@ -2614,8 +2620,18 @@
  #else
      extra_check = 0;
  #endif
@@ -463,7 +464,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/screen.c vim-6.2.532/src/screen.c
      {
        /* Prepare for syntax highlighting in this line.  When there is an
         * error, stop syntax highlighting. */
-@@ -3263,6 +3279,10 @@
+@@ -3262,6 +3278,10 @@
            else if (search_attr == 0 && has_syntax)
                char_attr = syntax_attr;
  #endif
@@ -474,7 +475,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/screen.c vim-6.2.532/src/screen.c
            else
                char_attr = search_attr;
  
-@@ -3577,6 +3597,17 @@
+@@ -3576,6 +3596,17 @@
                        char_attr = syntax_attr;
                }
  #endif
@@ -492,9 +493,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/screen.c vim-6.2.532/src/screen.c
  #ifdef FEAT_LINEBREAK
                /*
                 * Found last space before word: check for line break
-diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/config.h vim-6.2.532/src/spell/config.h
---- vim-6.2.532.orig/src/spell/config.h        1970-01-01 01:00:00.000000000 +0100
-+++ vim-6.2.532/src/spell/config.h     2004-05-08 09:25:23.929182240 +0200
+diff -urBbN vim64.org/src/spell/config.h vim64/src/spell/config.h
+--- vim64.org/src/spell/config.h       1970-01-01 01:00:00.000000000 +0100
++++ vim64/src/spell/config.h   2005-10-17 12:49:17.504835608 +0200
 @@ -0,0 +1,846 @@
 +#include "local.h"    /* local definitions for options */
 +
@@ -1342,9 +1343,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/config.h vim-6.2.532/src/spell
 +#endif /* COUNTSUFFIX */
 +#define SIGNAL_TYPE_STRING "void"
 +#define MASKTYPE_STRING "long"
-diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/good.c vim-6.2.532/src/spell/good.c
---- vim-6.2.532.orig/src/spell/good.c  1970-01-01 01:00:00.000000000 +0100
-+++ vim-6.2.532/src/spell/good.c       2004-05-08 09:25:23.933181632 +0200
+diff -urBbN vim64.org/src/spell/good.c vim64/src/spell/good.c
+--- vim64.org/src/spell/good.c 1970-01-01 01:00:00.000000000 +0100
++++ vim64/src/spell/good.c     2005-10-17 12:49:17.505835456 +0200
 @@ -0,0 +1,400 @@
 +#ifndef lint
 +static char Rcs_Id[] =
@@ -1746,9 +1747,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/good.c vim-6.2.532/src/spell/g
 +    if (sufflag > 0)
 +      (void) putchar (sufflag);
 +}
-diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/hash.c vim-6.2.532/src/spell/hash.c
---- vim-6.2.532.orig/src/spell/hash.c  1970-01-01 01:00:00.000000000 +0100
-+++ vim-6.2.532/src/spell/hash.c       2004-05-08 09:25:23.934181480 +0200
+diff -urBbN vim64.org/src/spell/hash.c vim64/src/spell/hash.c
+--- vim64.org/src/spell/hash.c 1970-01-01 01:00:00.000000000 +0100
++++ vim64/src/spell/hash.c     2005-10-17 12:49:17.506835304 +0200
 @@ -0,0 +1,91 @@
 +/*
 + * hash.c - a simple hash function for ispell
@@ -1841,9 +1842,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/hash.c vim-6.2.532/src/spell/h
 +      }
 +    return (unsigned long) h % hashtblsize;
 +}
-diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/i_proto.h vim-6.2.532/src/spell/i_proto.h
---- vim-6.2.532.orig/src/spell/i_proto.h       1970-01-01 01:00:00.000000000 +0100
-+++ vim-6.2.532/src/spell/i_proto.h    2004-05-08 09:25:23.936181176 +0200
+diff -urBbN vim64.org/src/spell/i_proto.h vim64/src/spell/i_proto.h
+--- vim64.org/src/spell/i_proto.h      1970-01-01 01:00:00.000000000 +0100
++++ vim64/src/spell/i_proto.h  2005-10-17 12:49:17.507835152 +0200
 @@ -0,0 +1,112 @@
 +Global int    addvheader (struct dent * ent);
 +Global void   askmode (void);
@@ -1957,9 +1958,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/i_proto.h vim-6.2.532/src/spel
 +Global int insert(register ichar_t *  word);
 +Global char * linit (char *);
 +Global char * last_slash (char *file);
-diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/ispell.h vim-6.2.532/src/spell/ispell.h
---- vim-6.2.532.orig/src/spell/ispell.h        1970-01-01 01:00:00.000000000 +0100
-+++ vim-6.2.532/src/spell/ispell.h     2004-05-08 09:25:23.940180568 +0200
+diff -urBbN vim64.org/src/spell/ispell.h vim64/src/spell/ispell.h
+--- vim64.org/src/spell/ispell.h       1970-01-01 01:00:00.000000000 +0100
++++ vim64/src/spell/ispell.h   2005-10-17 12:49:17.509834848 +0200
 @@ -0,0 +1,611 @@
 +/*
 + * $Id$
@@ -2572,9 +2573,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/ispell.h vim-6.2.532/src/spell
 +S_INIT (char LaTeX_Mode, 'P');
 +
 +#include "i_proto.h"
-diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/local.h vim-6.2.532/src/spell/local.h
---- vim-6.2.532.orig/src/spell/local.h 1970-01-01 01:00:00.000000000 +0100
-+++ vim-6.2.532/src/spell/local.h      2004-05-08 09:25:23.942180264 +0200
+diff -urBbN vim64.org/src/spell/local.h vim64/src/spell/local.h
+--- vim64.org/src/spell/local.h        1970-01-01 01:00:00.000000000 +0100
++++ vim64/src/spell/local.h    2005-10-17 12:49:17.510834696 +0200
 @@ -0,0 +1,338 @@
 +/*
 + * Written by Eli Zaretskii <eliz@is.elta.co.il>
@@ -2914,9 +2915,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/local.h vim-6.2.532/src/spell/
 +#define HASHSUFFIX    ".hash"
 +#define STATSUFFIX    ".sta"
 +#define COUNTSUFFIX   ".cnt"
-diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/lookup.c vim-6.2.532/src/spell/lookup.c
---- vim-6.2.532.orig/src/spell/lookup.c        1970-01-01 01:00:00.000000000 +0100
-+++ vim-6.2.532/src/spell/lookup.c     2004-05-08 09:25:23.945179808 +0200
+diff -urBbN vim64.org/src/spell/lookup.c vim64/src/spell/lookup.c
+--- vim64.org/src/spell/lookup.c       1970-01-01 01:00:00.000000000 +0100
++++ vim64/src/spell/lookup.c   2005-10-17 12:49:17.511834544 +0200
 @@ -0,0 +1,534 @@
 +#ifndef lint
 +static char Rcs_Id[] =
@@ -3452,9 +3453,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/lookup.c vim-6.2.532/src/spell
 +    else
 +      return NULL;
 +}
-diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/makedent.c vim-6.2.532/src/spell/makedent.c
---- vim-6.2.532.orig/src/spell/makedent.c      1970-01-01 01:00:00.000000000 +0100
-+++ vim-6.2.532/src/spell/makedent.c   2004-05-08 09:25:23.953178592 +0200
+diff -urBbN vim64.org/src/spell/makedent.c vim64/src/spell/makedent.c
+--- vim64.org/src/spell/makedent.c     1970-01-01 01:00:00.000000000 +0100
++++ vim64/src/spell/makedent.c 2005-10-17 12:49:17.514834088 +0200
 @@ -0,0 +1,1107 @@
 +/*
 + * Copyright 1988, 1989, 1992, 1993, Geoff Kuenning, Granada Hills, CA
@@ -4563,9 +4564,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/makedent.c vim-6.2.532/src/spe
 +       }
 +    return(NULL);
 +}
-diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/msgs.h vim-6.2.532/src/spell/msgs.h
---- vim-6.2.532.orig/src/spell/msgs.h  1970-01-01 01:00:00.000000000 +0100
-+++ vim-6.2.532/src/spell/msgs.h       2004-05-08 09:25:23.956178136 +0200
+diff -urBbN vim64.org/src/spell/msgs.h vim64/src/spell/msgs.h
+--- vim64.org/src/spell/msgs.h 1970-01-01 01:00:00.000000000 +0100
++++ vim64/src/spell/msgs.h     2005-10-17 12:49:17.515833936 +0200
 @@ -0,0 +1,278 @@
 +/*
 + * $Id$
@@ -4845,9 +4846,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/msgs.h vim-6.2.532/src/spell/m
 + */
 +#define UNSQ_C_BAD_COUNT      "Illegal count character 0x%x\n"
 +#define UNSQ_C_SURPRISE_EOF   "Unexpected EOF\n"
-diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/tgood.c vim-6.2.532/src/spell/tgood.c
---- vim-6.2.532.orig/src/spell/tgood.c 1970-01-01 01:00:00.000000000 +0100
-+++ vim-6.2.532/src/spell/tgood.c      2004-05-08 09:25:23.960177528 +0200
+diff -urBbN vim64.org/src/spell/tgood.c vim64/src/spell/tgood.c
+--- vim64.org/src/spell/tgood.c        1970-01-01 01:00:00.000000000 +0100
++++ vim64/src/spell/tgood.c    2005-10-17 12:49:17.517833632 +0200
 @@ -0,0 +1,654 @@
 +/*
 + * Copyright 1987, 1988, 1989, 1992, 1993, Geoff Kuenning, Granada Hills, CA
@@ -5503,9 +5504,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/tgood.c vim-6.2.532/src/spell/
 +    for (  ;  --len >= 0;  dst++)
 +      *dst = mytolower (*dst);
 +    }
-diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/tree.c vim-6.2.532/src/spell/tree.c
---- vim-6.2.532.orig/src/spell/tree.c  1970-01-01 01:00:00.000000000 +0100
-+++ vim-6.2.532/src/spell/tree.c       2004-05-08 09:25:23.964176920 +0200
+diff -urBbN vim64.org/src/spell/tree.c vim64/src/spell/tree.c
+--- vim64.org/src/spell/tree.c 1970-01-01 01:00:00.000000000 +0100
++++ vim64/src/spell/tree.c     2005-10-17 12:49:17.518833480 +0200
 @@ -0,0 +1,748 @@
 +/*
 + * tree.c - a hash style dictionary for user's personal words
@@ -6255,9 +6256,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/tree.c vim-6.2.532/src/spell/t
 +    return NULL;
 +}
 +#endif /* REGEX_LOOKUP */
-diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/util.c vim-6.2.532/src/spell/util.c
---- vim-6.2.532.orig/src/spell/util.c  1970-01-01 01:00:00.000000000 +0100
-+++ vim-6.2.532/src/spell/util.c       2004-05-08 09:25:23.966176616 +0200
+diff -urBbN vim64.org/src/spell/util.c vim64/src/spell/util.c
+--- vim64.org/src/spell/util.c 1970-01-01 01:00:00.000000000 +0100
++++ vim64/src/spell/util.c     2005-10-17 12:49:17.520833176 +0200
 @@ -0,0 +1,351 @@
 +#include <ctype.h>
 +#include "ispell.h"
@@ -6610,9 +6611,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/util.c vim-6.2.532/src/spell/u
 +       }
 +    return(NULL);
 +}
-diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/version.h vim-6.2.532/src/spell/version.h
---- vim-6.2.532.orig/src/spell/version.h       1970-01-01 01:00:00.000000000 +0100
-+++ vim-6.2.532/src/spell/version.h    2004-05-08 09:25:23.968176312 +0200
+diff -urBbN vim64.org/src/spell/version.h vim64/src/spell/version.h
+--- vim64.org/src/spell/version.h      1970-01-01 01:00:00.000000000 +0100
++++ vim64/src/spell/version.h  2005-10-17 12:49:17.521833024 +0200
 @@ -0,0 +1,124 @@
 +/*
 + * Since the strings in this file are printed out when the "-v" switch is
@@ -6738,9 +6739,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/version.h vim-6.2.532/src/spel
 + * Get rid of all old RCS log lines in preparation for the 3.1 release.
 + *
 + */
-diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/wm.h vim-6.2.532/src/spell/wm.h
---- vim-6.2.532.orig/src/spell/wm.h    1970-01-01 01:00:00.000000000 +0100
-+++ vim-6.2.532/src/spell/wm.h 2004-05-08 09:25:23.969176160 +0200
+diff -urBbN vim64.org/src/spell/wm.h vim64/src/spell/wm.h
+--- vim64.org/src/spell/wm.h   1970-01-01 01:00:00.000000000 +0100
++++ vim64/src/spell/wm.h       2005-10-17 12:49:17.521833024 +0200
 @@ -0,0 +1,12 @@
 +#ifndef Public
 +enum _logical {False,True};
@@ -6754,9 +6755,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/spell/wm.h vim-6.2.532/src/spell/wm.
 +#define Public 
 +#define Local static
 +#endif
-diff -burN -x '*.orig' vim-6.2.532.orig/src/spell.c vim-6.2.532/src/spell.c
---- vim-6.2.532.orig/src/spell.c       1970-01-01 01:00:00.000000000 +0100
-+++ vim-6.2.532/src/spell.c    2004-05-08 09:25:23.970176008 +0200
+diff -urBbN vim64.org/src/spell.c vim64/src/spell.c
+--- vim64.org/src/spell.c      1970-01-01 01:00:00.000000000 +0100
++++ vim64/src/spell.c  2005-10-17 12:49:17.522832872 +0200
 @@ -0,0 +1,183 @@
 +#include "spell/wm.h"
 +#include "vim.h"
@@ -6941,10 +6942,10 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/spell.c vim-6.2.532/src/spell.c
 +      treeoutput ();
 +}
 +#endif
-diff -burN -x '*.orig' vim-6.2.532.orig/src/syntax.c vim-6.2.532/src/syntax.c
---- vim-6.2.532.orig/src/syntax.c      2004-05-08 08:55:12.000000000 +0200
-+++ vim-6.2.532/src/syntax.c   2004-05-08 09:25:23.987173424 +0200
-@@ -5922,6 +5922,9 @@
+diff -urBbN vim64.org/src/syntax.c vim64/src/syntax.c
+--- vim64.org/src/syntax.c     2005-07-24 19:39:04.000000000 +0200
++++ vim64/src/syntax.c 2005-10-17 12:49:17.527832112 +0200
+@@ -5935,6 +5935,9 @@
        "VertSplit term=reverse cterm=reverse gui=reverse",
        "Visual term=reverse cterm=reverse gui=reverse guifg=Grey guibg=fg",
        "VisualNOS term=underline,bold cterm=underline,bold gui=underline,bold",
@@ -6954,7 +6955,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/syntax.c vim-6.2.532/src/syntax.c
        "DiffText term=reverse cterm=bold ctermbg=Red gui=bold guibg=Red",
        NULL
      };
-@@ -5942,6 +5945,9 @@
+@@ -5955,6 +5958,9 @@
        "FoldColumn term=standout ctermbg=Grey ctermfg=DarkBlue guibg=Grey guifg=DarkBlue",
        "SignColumn term=standout ctermbg=Grey ctermfg=DarkBlue guibg=Grey guifg=DarkBlue",
        "DiffAdd term=bold ctermbg=LightBlue guibg=LightBlue",
@@ -6964,7 +6965,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/syntax.c vim-6.2.532/src/syntax.c
        "DiffChange term=bold ctermbg=LightMagenta guibg=LightMagenta",
        "DiffDelete term=bold ctermfg=Blue ctermbg=LightCyan gui=bold guifg=Blue guibg=LightCyan",
        NULL
-@@ -5963,6 +5969,9 @@
+@@ -5976,6 +5982,9 @@
        "FoldColumn term=standout ctermbg=DarkGrey ctermfg=Cyan guibg=Grey guifg=Cyan",
        "SignColumn term=standout ctermbg=DarkGrey ctermfg=Cyan guibg=Grey guifg=Cyan",
        "DiffAdd term=bold ctermbg=DarkBlue guibg=DarkBlue",
@@ -6974,9 +6975,9 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/syntax.c vim-6.2.532/src/syntax.c
        "DiffChange term=bold ctermbg=DarkMagenta guibg=DarkMagenta",
        "DiffDelete term=bold ctermfg=Blue ctermbg=DarkCyan gui=bold guifg=Blue guibg=DarkCyan",
        NULL
-diff -burN -x '*.orig' vim-6.2.532.orig/src/version.c vim-6.2.532/src/version.c
---- vim-6.2.532.orig/src/version.c     2004-05-08 08:55:13.000000000 +0200
-+++ vim-6.2.532/src/version.c  2004-05-08 09:25:23.992172664 +0200
+diff -urBbN vim64.org/src/version.c vim64/src/version.c
+--- vim64.org/src/version.c    2005-10-17 12:43:54.788895000 +0200
++++ vim64/src/version.c        2005-10-17 12:49:17.529831808 +0200
 @@ -474,6 +474,11 @@
  #else
        "-syntax",
@@ -6989,7 +6990,7 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/version.c vim-6.2.532/src/version.c
            /* only interesting on Unix systems */
  #if defined(USE_SYSTEM) && (defined(UNIX) || defined(__EMX__))
        "+system()",
-@@ -2201,7 +2206,7 @@
+@@ -1135,7 +1140,7 @@
      int               add_version;
      int               attr;
  {
@@ -6998,24 +6999,24 @@ diff -burN -x '*.orig' vim-6.2.532.orig/src/version.c vim-6.2.532/src/version.c
      int               col;
      char_u    *p;
      int               l;
-diff -burN -x '*.orig' vim-6.2.532.orig/src/version.h vim-6.2.532/src/version.h
---- vim-6.2.532.orig/src/version.h     2004-05-08 08:55:13.000000000 +0200
-+++ vim-6.2.532/src/version.h  2004-05-08 09:25:23.993172512 +0200
+diff -urBbN vim64.org/src/version.h vim64/src/version.h
+--- vim64.org/src/version.h    2005-10-15 13:21:16.000000000 +0200
++++ vim64/src/version.h        2005-10-17 12:50:20.563249272 +0200
 @@ -35,6 +35,10 @@
   */
- #define VIM_VERSION_NODOT     "vim63"
- #define VIM_VERSION_SHORT     "6.3"
+ #define VIM_VERSION_NODOT     "vim64"
+ #define VIM_VERSION_SHORT     "6.4"
 +#ifdef FEAT_SPELL_HL
-+#define VIM_VERSION_MEDIUM    "6.3 + ispell 3.1.20 WM-3"
++#define VIM_VERSION_MEDIUM    "6.4 + ispell 3.1.20 WM-3"
 +#else
- #define VIM_VERSION_MEDIUM    "6.3"
-+#endif
- #define VIM_VERSION_LONG      "VIM - Vi IMproved 6.3 (2004 June 7)"
- #define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 6.3 (2004 June 7, compiled "
-diff -burN -x '*.orig' vim-6.2.532.orig/src/vim.h vim-6.2.532/src/vim.h
---- vim-6.2.532.orig/src/vim.h 2004-05-08 08:55:11.000000000 +0200
-+++ vim-6.2.532/src/vim.h      2004-05-08 09:27:06.192635832 +0200
-@@ -1084,13 +1084,14 @@
+ #define VIM_VERSION_MEDIUM    "6.4"
++#endif
+ #define VIM_VERSION_LONG      "VIM - Vi IMproved 6.4 (2005 Oct 15)"
+ #define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 6.4 (2005 Oct 15, compiled "
+diff -urBbN vim64.org/src/vim.h vim64/src/vim.h
+--- vim64.org/src/vim.h        2005-10-08 16:22:05.000000000 +0200
++++ vim64/src/vim.h    2005-10-17 12:49:17.532831352 +0200
+@@ -1076,13 +1076,14 @@
      , HLF_DED     /* Deleted diff line */
      , HLF_TXD     /* Text Changed in diff line */
      , HLF_SC      /* Sign column */
This page took 0.228061 seconds and 4 git commands to generate.