aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <github@thequod.de>2017-09-22 08:32:27 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-09-22 08:32:27 +0200
commit68bc73b1076f9d20c63975bf4e66349d8da1541d (patch)
tree006029e3af56535308a5f99f1e3d2a6a2145d91c
parent460aab39509015543aeafcaa4bcc730564793416 (diff)
downloadrneovim-68bc73b1076f9d20c63975bf4e66349d8da1541d.tar.gz
rneovim-68bc73b1076f9d20c63975bf4e66349d8da1541d.tar.bz2
rneovim-68bc73b1076f9d20c63975bf4e66349d8da1541d.zip
doc: fix typo with :lcd (#7299)
-rw-r--r--runtime/doc/editing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/editing.txt b/runtime/doc/editing.txt
index 9fe815ea9c..8974a5c64e 100644
--- a/runtime/doc/editing.txt
+++ b/runtime/doc/editing.txt
@@ -1271,7 +1271,7 @@ Commands for changing the working directory can be suffixed with a bang "!"
*:lcd-*
:lcd[!] - Change to the previous current directory (before the
- previous ":tcd {path}" command).
+ previous ":lcd {path}" command).
*:pw* *:pwd* *E187*
:pw[d] Print the current directory name.