summaryrefslogtreecommitdiff
path: root/src/edit.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 18:44:18 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 18:44:18 +0000
commit34e0bfaa809dbe9082b851cebc59a56a2b020577 (patch)
tree184b29869283ead782c761f7dcb649b56fc03c73 /src/edit.c
parentb15c8332229dd223d1a02591df0d2ff8e60c866d (diff)
downloadvim-git-34e0bfaa809dbe9082b851cebc59a56a2b020577.tar.gz
updated for version 7.1b
Diffstat (limited to 'src/edit.c')
-rw-r--r--src/edit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/edit.c b/src/edit.c
index 7eafb8543..fccb13f95 100644
--- a/src/edit.c
+++ b/src/edit.c
@@ -2055,7 +2055,7 @@ vim_is_ctrl_x_key(c)
/*
* This is like ins_compl_add(), but if 'ic' and 'inf' are set, then the
* case of the originally typed text is used, and the case of the completed
- * text is infered, ie this tries to work out what case you probably wanted
+ * text is inferred, ie this tries to work out what case you probably wanted
* the rest of the word to be in -- webb
* TODO: make this work for multi-byte characters.
*/
@@ -4309,7 +4309,7 @@ ins_compl_next(allow_get_expansion, count, insert_match)
}
/* Enter will select a match when the match wasn't inserted and the popup
- * menu is visislbe. */
+ * menu is visible. */
compl_enter_selects = !insert_match && compl_match_array != NULL;
/*
@@ -7600,7 +7600,7 @@ ins_ctrl_g()
ins_need_undo = TRUE;
/* Need to reset Insstart, esp. because a BS that joins
- * aline to the previous one must save for undo. */
+ * a line to the previous one must save for undo. */
Insstart = curwin->w_cursor;
break;