From 4ee63d9003b242f751750cc5267ac3b5e2c78063 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 4 Aug 2008 01:33:05 +0000 Subject: [PATCH] move help for :cd and :pwd to browsing.txt --- locale/en-US/browsing.txt | 15 +++++++++++++ locale/en-US/various.txt | 44 --------------------------------------- 2 files changed, 15 insertions(+), 44 deletions(-) diff --git a/locale/en-US/browsing.txt b/locale/en-US/browsing.txt index 30b7cbc3..1bde4002 100644 --- a/locale/en-US/browsing.txt +++ b/locale/en-US/browsing.txt @@ -151,4 +151,19 @@ _http://www.example.com/_. When browsing a local directory, it goes to the root directory. ________________________________________________________________________________ +section:The{nbsp}current{nbsp}directory[current-directory] + +|:chd| |:chdir| |:cd| +||:cd [-|path]|| +________________________________________________________________________________ +Change the current directory. [c]:cd -[c] changes to the last directory. +________________________________________________________________________________ + + +|:pw| |:pwd| +||:pw[d]|| +________________________________________________________________________________ +Print the current directory name. +________________________________________________________________________________ + // vim: set syntax=asciidoc: diff --git a/locale/en-US/various.txt b/locale/en-US/various.txt index 5b437416..e76b0c21 100644 --- a/locale/en-US/various.txt +++ b/locale/en-US/various.txt @@ -313,20 +313,6 @@ Open a firefox-dialog. Available dialogs: use completion on [c]:dialog[c] ________________________________________________________________________________ -|:chd| |:chdir| |:cd| -||:cd [-|path]|| -________________________________________________________________________________ -Change the current directory. [c]:cd -[c] changes to the last directory. -________________________________________________________________________________ - - -|:pw| |:pwd| -||:pw[d]|| -________________________________________________________________________________ -Print the current directory name. -________________________________________________________________________________ - - |:dl| |:downl| |:downloads| + ||:downl[oads]|| ________________________________________________________________________________ @@ -343,36 +329,6 @@ number of copies, orientation, etc. ________________________________________________________________________________ -|:h| |:help| -||:h[elp] {subject}|| + -________________________________________________________________________________ -Open the help window. You can jump to the specified {subject} with [c]:help -{subject}[c]. You can use the full Vim notation when jumping to {subject}. This means: - -* [c]:help :help[c] for commands (: prefix) -* [c]:help 'complete'[c] for options (surrounded by \' and \') -* [c]:help o[c] for mappings (no pre- or postfix) - -You can also use partial strings in the tab completion, so [c]:help he[c] -completes [c]:help :help[c]. -________________________________________________________________________________ - - -|:au| |:autocmd| + -||:au[tocmd]|| -________________________________________________________________________________ -Execute commands automatically on events. [c]:au[tocmd][c] {event} {pat} -{cmd}. -Add {cmd} to the list of commands Vimperator will execute on {event}: - -* [c]:autocmd[!][c] {events} {pat}: list/remove autocommands filtered be {events} and {pat} -* [c]:autocmd[!][c] {events}: list/remove autocommands matching {events} -* [c]:autocmd[!][c] * {pat}: list/remove autocommands matching {pat} -* [c]:autocmd[!][c]: list/remove all autocommands - -________________________________________________________________________________ - - |:noh| |:nohlsearch| + ||:noh[lsearch]|| ________________________________________________________________________________