]> granicus.if.org Git - vim/commitdiff
updated for version 7.1b v7.1b
authorBram Moolenaar <Bram@vim.org>
Thu, 10 May 2007 19:30:25 +0000 (19:30 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 May 2007 19:30:25 +0000 (19:30 +0000)
Contents
runtime/doc/howto.txt
runtime/doc/quickfix.txt
runtime/indent/readline.vim
runtime/plugin/getscriptPlugin.vim
src/eval.c
src/gui_beval.c
src/if_mzsch.c
src/memline.c
src/os_amiga.c

index f6a735a67de36412f16fa38c8ff5a3c462b8bfe3..2a59238862c722e0e2771b7494411533f4940ffc 100644 (file)
--- a/Contents
+++ b/Contents
@@ -9,10 +9,10 @@ Vim           Vi IMproved.  A clone of the UNIX text editor Vi.  Very useful
                messages, shows current file name in window title, on-line
                help, rectangular cut/paste, etc., etc., etc...
 
-               Version 7.1a.  Also runs under UNIX, MSDOS and other systems.
-               vim71art.tgz  contains the documentation and syntax files.
-               vim71abin.tgz contains the binaries.
-               vim71asrc.tgz contains the sources.
+               Version 7.1b.  Also runs under UNIX, MSDOS and other systems.
+               vim71brt.tgz  contains the documentation and syntax files.
+               vim71bbin.tgz contains the binaries.
+               vim71bsrc.tgz contains the sources.
                Author: Bram Moolenaar et al.
 
 
index ac69d55d886969a500669ea3e237ad63c74609d9..1a8833b7590643bc89d946d68d9d84467d282c1a 100644 (file)
@@ -1,4 +1,4 @@
-*howto.txt*    For Vim version 7.1a.  Last change: 2006 Apr 02
+*howto.txt*    For Vim version 7.1b.  Last change: 2006 Apr 02
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index d0be37e385784c1624d9bdfa5b49585bc55ec63d..942823d5f37dc4b725eea744b58b0f023239f17d 100644 (file)
@@ -1,4 +1,4 @@
-*quickfix.txt*  For Vim version 7.1a.  Last change: 2007 Apr 17
+*quickfix.txt*  For Vim version 7.1b.  Last change: 2007 May 10
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -715,6 +715,17 @@ not "b:current_compiler".  What the command actually does is the following:
 For writing a compiler plugin, see |write-compiler-plugin|.
 
 
+GCC                                    *quickfix-gcc*  *compiler-gcc*
+
+There's one variable you can set for the GCC compiler:
+
+g:compiler_gcc_ignore_unmatched_lines
+                               Ignore lines that don't match any patterns
+                               defined for GCC.  Useful if output from
+                               commands run from make are generating false
+                               positives.
+
+
 MANX AZTEC C                           *quickfix-manx* *compiler-manx*
 
 To use Vim with Manx's Aztec C compiler on the Amiga you should do the
index 45c8ab9454c964c549dabe9776110697e0aaebae..6ac2185bdc6aa1028c764e4f762664f3ef7eb24b 100644 (file)
@@ -1,7 +1,7 @@
 " Vim indent file
-" Language:        readline configuration file
+" Language:         readline configuration file
 " Maintainer:       Nikolai Weibull <now@bitwi.se>
-" Latest Revision:  2006-04-19
+" Latest Revision:  2006-12-20
 
 if exists("b:did_indent")
   finish
@@ -10,6 +10,7 @@ let b:did_indent = 1
 
 setlocal indentexpr=GetReadlineIndent()
 setlocal indentkeys=!^F,o,O,=$else,=$endif
+setlocal nosmartindent
 
 if exists("*GetReadlineIndent")
   finish
index 2464c9888bbafc03a15e2177e8952ed8bd2041c6..b871bc1d2c4037cb83ea090927d1bbf9b5716bc2 100644 (file)
@@ -5,7 +5,7 @@
 "  Installing: :help glvs-install
 "  Usage:      :help glvs
 "
-" GetLatestVimScripts: 642 1 :AutoInstall: GetLatestVimScripts.vim
+" GetLatestVimScripts: 642 1 :AutoInstall: getscript.vim
 "
 " (Rom 15:11 WEB) Again, "Praise the Lord, all you Gentiles!  Let
 " all the peoples praise Him."
index 0fd77449681ece2d023fb0b6458dd9f3be13e414..9429981e0d4c0f9d7b1481060552b28b87882191 100644 (file)
@@ -1906,7 +1906,7 @@ skip_var_list(arg, var_count, semicolon)
 }
 
 /*
- * Skip one (assignable) variable name, includig @r, $VAR, &option, d.key,
+ * Skip one (assignable) variable name, including @r, $VAR, &option, d.key,
  * l[idx].
  */
     static char_u *
@@ -4506,8 +4506,8 @@ eval6(arg, rettv, evaluate)
 /*
  * Handle sixth level expression:
  *  number             number constant
- *  "string"           string contstant
- *  'string'           literal string contstant
+ *  "string"           string constant
+ *  'string'           literal string constant
  *  &option-name       option value
  *  @r                 register contents
  *  identifier         variable value
@@ -7018,7 +7018,7 @@ static struct fst
     char       f_min_argc;     /* minimal number of arguments */
     char       f_max_argc;     /* maximal number of arguments */
     void       (*f_func) __ARGS((typval_T *args, typval_T *rvar));
-                               /* implemenation of function */
+                               /* implementation of function */
 } functions[] =
 {
     {"add",            2, 2, f_add},
@@ -20668,7 +20668,7 @@ static int shortpath_for_partial __ARGS((char_u **fnamep, char_u **bufp, int *fn
 
 /*
  * Get the short pathname of a file.
- * Returns 1 on success. *fnamelen is 0 for nonexistant path.
+ * Returns 1 on success. *fnamelen is 0 for nonexistent path.
  */
     static int
 get_short_pathname(fnamep, bufp, fnamelen)
@@ -20735,7 +20735,7 @@ shortpath_for_invalid_fname(fname, bufp, fnamelen)
 
     do
     {
-       /* Go back one path-seperator */
+       /* Go back one path-separator */
        while (s > pbuf2 && !after_pathsep(pbuf2, s + 1))
        {
            --s;
@@ -20745,7 +20745,7 @@ shortpath_for_invalid_fname(fname, bufp, fnamelen)
        if (s <= pbuf2)
            break;
 
-       /* Remeber the character that is about to be blatted */
+       /* Remember the character that is about to be splatted */
        ch = *s;
        *s = 0; /* get_short_pathname requires a null-terminated string */
 
@@ -20761,7 +20761,7 @@ shortpath_for_invalid_fname(fname, bufp, fnamelen)
 
     if (plen > 0)
     {
-       /* Remeber the length of the new string.  */
+       /* Remember the length of the new string.  */
        *fnamelen = len = plen + slen;
        vim_free(*bufp);
        if (len > len2)
index 804fa5a4e9ddbc2b09b023d1aa76295f96fd0866..7adde4ea544c6175ffce51512d45897ae4c28799 100644 (file)
@@ -68,7 +68,7 @@ general_beval_cb(beval, state)
 
            /*
             * Temporarily change the curbuf, so that we can determine whether
-            * the buffer-local balloonexpr option was set insecurly.
+            * the buffer-local balloonexpr option was set insecurely.
             */
            save_curbuf = curbuf;
            curbuf = wp->w_buffer;
@@ -250,7 +250,7 @@ gui_mch_create_beval_area(target, mesg, mesgCB, clientData)
 
 #if defined(FEAT_BEVAL_TIP) || defined(PROTO)
 /*
- * Destroy a ballon-eval and free its associated memory.
+ * Destroy a balloon-eval and free its associated memory.
  */
     void
 gui_mch_destroy_beval_area(beval)
@@ -741,7 +741,7 @@ pointerEventEH(w, client_data, event, unused)
 
 /*
  * The real event handler. Called by pointerEventEH() whenever an event we are
- * interested in ocurrs.
+ * interested in occurs.
  */
 
     static void
index c325a92396e66ef7cdde5686c3828a67d886e4cc..a175b6e445439db6102c684e6d7debe2adda1a2c 100644 (file)
@@ -2027,7 +2027,7 @@ set_buffer_line_list(void *data, int argc, Scheme_Object **argv)
     extra = 0;
 
     check_line_range(lo, buf->buf);        /* inclusive */
-    check_line_range(hi - 1, buf->buf);  /* exclisive */
+    check_line_range(hi - 1, buf->buf);            /* exclusive */
 
     if (SCHEME_FALSEP(line_list) || SCHEME_NULLP(line_list))
     {
index 5015f4926ea28755f8213f89e3f45068e1a57244..55d0a32736c508c40097307071c7b63cddbc374e 100644 (file)
@@ -152,7 +152,7 @@ struct data_block
  *
  * If size of block0 changes anyway, adjust MIN_SWAP_PAGE_SIZE in vim.h!!
  *
- * This block is built up of single bytes, to make it portable accros
+ * This block is built up of single bytes, to make it portable across
  * different machines. b0_magic_* is used to check the byte order and size of
  * variables, because the rest of the swap file is not portable.
  */
index 07000dcb48bd9ebcd02c68150a7eb6912ed310d6..f054103418df166738162aeeadaeb2f0867ed6c6 100644 (file)
@@ -217,7 +217,7 @@ mch_delay(msec, ignoreinput)
     long    msec;
     int            ignoreinput;
 {
-#ifndef LATTICE                /* SAS declares void Delay(UNLONG) */
+#ifndef LATTICE                /* SAS declares void Delay(ULONG) */
     void           Delay __ARGS((long));
 #endif
 
@@ -1145,7 +1145,7 @@ out_num(n)
 
     static long
 dos_packet(pid, action, arg)
-    struct MsgPort *pid;    /* process indentifier ... (handlers message port) */
+    struct MsgPort *pid;    /* process identifier ... (handlers message port) */
     long           action, /* packet type ... (what you want handler to do)   */
                    arg;    /* single argument */
 {