summaryrefslogtreecommitdiff
path: root/runtime/doc/starting.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-02-11 14:19:15 +0100
committerBram Moolenaar <Bram@vim.org>2010-02-11 14:19:15 +0100
commit6dfc28be25dc1e4323b6652fa517e972007ff1bd (patch)
treeff19f5d6d935e56922bafdcab481d25d3ddbf759 /runtime/doc/starting.txt
parentcee6a352b23c8e444d4e0f4a219c288da1b19f76 (diff)
downloadvim-git-6dfc28be25dc1e4323b6652fa517e972007ff1bd.tar.gz
Updated runtime files.
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r--runtime/doc/starting.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 868ac0a32..264b15c99 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -340,7 +340,7 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
this to get 'compatible', even though a .vimrc file exists.
Keep in mind that the command ":set nocompatible" in some
plugin or startup script overrules this, so you may end up
- with 'nocmpatible' anyway. To find out, use: >
+ with 'nocompatible' anyway. To find out, use: >
:verbose set compatible?
< Several plugins won't work with 'compatible' set. You may
want to set it after startup this way: >