From 7804dbd8d5109df67dae0363f8fbece84484f458 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 21 Aug 2011 14:54:03 -0400 Subject: [PATCH] Document lcd behavior of V commands --- README.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 00bd411..5a7bda4 100644 --- a/README.markdown +++ b/README.markdown @@ -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 ---