summaryrefslogtreecommitdiffstats
path: root/runtime/doc/editing.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-15 13:53:23 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-15 13:53:23 +0200
commit74675a666b51edd61e0210132658d81a86c5102c (patch)
tree1f5b27f2c85a23a6cf75e05b142c2fa7c901d4f9 /runtime/doc/editing.txt
parent85dad2c815aaef69aa948fb17874b3825dd72def (diff)
Updated runtime files and translations.
Diffstat (limited to 'runtime/doc/editing.txt')
-rw-r--r--runtime/doc/editing.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt
index 25cbe9cbfa..ecb9b87c2f 100644
--- a/runtime/doc/editing.txt
+++ b/runtime/doc/editing.txt
@@ -1,4 +1,4 @@
-*editing.txt* For Vim version 8.0. Last change: 2017 Apr 10
+*editing.txt* For Vim version 8.0. Last change: 2017 Jun 20
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1328,9 +1328,11 @@ present in 'cpoptions' and "!" is not used in the command.
:chd[ir][!] [path] Same as |:cd|.
*:lc* *:lcd*
-:lc[d][!] {path} Like |:cd|, but only set the current directory for the
- current window. The current directory for other
- windows is not changed. {not in Vi}
+:lc[d][!] {path} Like |:cd|, but only set the current directory when
+ the cursor is in the current window. The current
+ directory for other windows is not changed, switching
+ to another window will stop using {path}.
+ {not in Vi}
*:lch* *:lchdir*
:lch[dir][!] Same as |:lcd|. {not in Vi}