Document lcd behavior of V commands

This commit is contained in:
Tim Pope
2011-08-21 14:54:03 -04:00
parent 97c27be992
commit 7804dbd8d5
+3 -2
View File
@@ -103,8 +103,9 @@ Here's the full list of commands:
* `:Vpedit`
* `:Vread`
There's also `:Vopen`, which is like `:Vedit` but does an `:lcd` to the
containing runtime directory first.
All but `:Vedit` automatically `:lcd` to the target's runtime path. To
surpress that behavior, use a `!`, and to `:lcd` with `:Vedit`, use
`:Vopen` instead.
FAQ
---