diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 19:24:43 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 19:24:43 +0000 |
commit | 45667517ba105c3cfc8765a6f2415bc32d72945c (patch) | |
tree | 63d4aaea74d91cc522c91824004971fbfabcdd24 | |
parent | 49325942f5451aa3f906cc6aefc9f39b60392bd5 (diff) | |
download | vim-git-45667517ba105c3cfc8765a6f2415bc32d72945c.tar.gz |
updated for version 7.1b
-rw-r--r-- | runtime/doc/tagsrch.txt | 2 | ||||
-rw-r--r-- | runtime/doc/usr_06.txt | 2 | ||||
-rw-r--r-- | runtime/spell/en.ascii.sug | bin | 555651 -> 555651 bytes | |||
-rw-r--r-- | src/ex_cmds.c | 4 |
4 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/tagsrch.txt b/runtime/doc/tagsrch.txt index 71bba08e9..5245825cc 100644 --- a/runtime/doc/tagsrch.txt +++ b/runtime/doc/tagsrch.txt @@ -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 diff --git a/runtime/doc/usr_06.txt b/runtime/doc/usr_06.txt index d9c0bcdeb..1ca10ca20 100644 --- a/runtime/doc/usr_06.txt +++ b/runtime/doc/usr_06.txt @@ -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 diff --git a/runtime/spell/en.ascii.sug b/runtime/spell/en.ascii.sug Binary files differindex c787ab89e..cede5c7b5 100644 --- a/runtime/spell/en.ascii.sug +++ b/runtime/spell/en.ascii.sug diff --git a/src/ex_cmds.c b/src/ex_cmds.c index d99353b07..85d8e6883 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -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); |