]> granicus.if.org Git - vim/commitdiff
updated for version 7.1b
authorBram Moolenaar <Bram@vim.org>
Thu, 10 May 2007 19:24:43 +0000 (19:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 May 2007 19:24:43 +0000 (19:24 +0000)
runtime/doc/tagsrch.txt
runtime/doc/usr_06.txt
runtime/spell/en.ascii.sug
src/ex_cmds.c

index 71bba08e943c3deab19c12de594ea8a2f3640927..5245825ccb69bef9b132001d90ab96255364d2bb 100644 (file)
@@ -1,4 +1,4 @@
-*tagsrch.txt*   For Vim version 7.1a.  Last change: 2006 Apr 24
+*tagsrch.txt*   For Vim version 7.1b.  Last change: 2006 Apr 24
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
index d9c0bcdebcbfc21bad607b761c2033b7b4bb27ea..1ca10ca20081f4c79209a2f384c51a3fc11542a3 100644 (file)
@@ -1,4 +1,4 @@
-*usr_06.txt*   For Vim version 7.1a.  Last change: 2006 Apr 24
+*usr_06.txt*   For Vim version 7.1b.  Last change: 2006 Apr 24
 
                     VIM USER MANUAL - by Bram Moolenaar
 
index c787ab89e1231e320c172fd383bfe4ce8eaed525..cede5c7b520ede9fb84c107a1709354b65e05deb 100644 (file)
Binary files a/runtime/spell/en.ascii.sug and b/runtime/spell/en.ascii.sug differ
index d99353b071c90e08554de0d086cef7c8e2b050ef..85d8e6883421078658a4013f97739d64d2427ac9 100644 (file)
@@ -3905,7 +3905,7 @@ ex_append(eap)
        curbuf->b_p_ai = !curbuf->b_p_ai;
 
     /* "start" is set to eap->line2+1 unless that position is invalid (when
-     * eap->line2 pointed to the end of the buffer and nothig was appended)
+     * eap->line2 pointed to the end of the buffer and nothing was appended)
      * "end" is set to lnum when something has been appended, otherwise
      * it is the same than "start"  -- Acevedo */
     curbuf->b_op_start.lnum = (eap->line2 < curbuf->b_ml.ml_line_count) ?
@@ -5256,7 +5256,7 @@ global_exe(cmd)
     if (msg_col == 0 && msg_scrolled == 0)
        msg_didout = FALSE;
 
-    /* If subsitutes done, report number of substitues, otherwise report
+    /* If substitutes done, report number of substitutes, otherwise report
      * number of extra or deleted lines. */
     if (!do_sub_msg(FALSE))
        msgmore(curbuf->b_ml.ml_line_count - old_lcount);