summaryrefslogtreecommitdiff
path: root/src/mark.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 16:48:19 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 16:48:19 +0000
commitf711faf099d628a29503e91381294c02dcd9f800 (patch)
tree93f376171cc41958151ff0a056ccdde46042987c /src/mark.c
parentb6799acd2d50b65eecfd3d691573628e3e8aa474 (diff)
downloadvim-git-f711faf099d628a29503e91381294c02dcd9f800.tar.gz
updated for version 7.1b
Diffstat (limited to 'src/mark.c')
-rw-r--r--src/mark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mark.c b/src/mark.c
index 8a3d108d6..764ad36ee 100644
--- a/src/mark.c
+++ b/src/mark.c
@@ -215,7 +215,7 @@ movemark(count)
/*
* if first CTRL-O or CTRL-I command after a jump, add cursor position
- * to list. Careful: If there are duplicates (CTRL-O immidiately after
+ * to list. Careful: If there are duplicates (CTRL-O immediately after
* starting Vim on a file), another entry may have been removed.
*/
if (curwin->w_jumplistidx == curwin->w_jumplistlen)