summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-06-30 21:52:39 +0000
committerBram Moolenaar <Bram@vim.org>2005-06-30 21:52:39 +0000
commit9c96f592af7a88e63ebf63f82d1b36b3954af401 (patch)
tree0d5ec8146a4aa157feb80a3fa4f4278fa17bc48c /runtime
parent42eeac3552c5a5ea10f24373f76b93633b6c8604 (diff)
downloadvim-9c96f592af7a88e63ebf63f82d1b36b3954af401.zip
updated for version 7.0098
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/vimdiff.man2
-rw-r--r--runtime/syntax/tcsh.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/vimdiff.man b/runtime/doc/vimdiff.man
index fb0663c13..41ef47f35 100644
--- a/runtime/doc/vimdiff.man
+++ b/runtime/doc/vimdiff.man
@@ -30,7 +30,7 @@ DESCRIPTION
OPTIONS
Vertical splits are used to align the lines, as if the "-O" argument
- was used. To use horizontal splits intead, use the "-o" argument.
+ was used. To use horizontal splits instead, use the "-o" argument.
For all other arguments see vim(1).
diff --git a/runtime/syntax/tcsh.vim b/runtime/syntax/tcsh.vim
index 29fbb2e3c..9c6701de5 100644
--- a/runtime/syntax/tcsh.vim
+++ b/runtime/syntax/tcsh.vim
@@ -1,6 +1,6 @@
" Vim syntax file
" Language: C-shell (tcsh)
-" Maintainor: Gautam Iyer <gautam@math.uchicago.edu>
+" Maintainer: Gautam Iyer <gautam@math.uchicago.edu>
" Last Modified: Mon 23 Feb 2004 02:28:51 PM CST
"
" Description: We break up each statement into a "command" and an "end" part.