summaryrefslogtreecommitdiff
path: root/runtime/doc/starting.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-04-05 22:55:53 +0200
committerBram Moolenaar <Bram@vim.org>2014-04-05 22:55:53 +0200
commit7e38ea2fb6a781213c85824dcf9ccb582fbc5c43 (patch)
tree8bb5aea9fdb668fb5b48bea97f19c28b7da456db /runtime/doc/starting.txt
parente9a54227f93bd658988d853684aa24529af9414b (diff)
downloadvim-git-7e38ea2fb6a781213c85824dcf9ccb582fbc5c43.tar.gz
Updated runtime files.
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r--runtime/doc/starting.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt
index 47ad05ff9..a5de2f073 100644
--- a/runtime/doc/starting.txt
+++ b/runtime/doc/starting.txt
@@ -1,4 +1,4 @@
-*starting.txt* For Vim version 7.4. Last change: 2013 Jul 20
+*starting.txt* For Vim version 7.4. Last change: 2014 Mar 29
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1276,8 +1276,10 @@ triggered.
When [!] is included an existing file is overwritten.
When [file] is omitted or is a number from 1 to 9, a
name is generated and 'viewdir' prepended. When the
- last directory name in 'viewdir' does not exist, this
- directory is created.
+ last path part of 'viewdir' does not exist, this
+ directory is created. E.g., when 'viewdir' is
+ "$VIM/vimfiles/view" then "view" is created in
+ "$VIM/vimfiles".
An existing file is always overwritten then. Use
|:loadview| to load this view again.
When [file] is the name of a file ('viewdir' is not