From 56fdaaf829f0e3bc144e0c96e57bee0ba4cebbd0 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 21 Aug 2007 15:00:35 +0000 Subject: [PATCH] fix some trivial help typos --- chrome/content/vimperator/commands.js | 6 +++--- chrome/content/vimperator/mappings.js | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/chrome/content/vimperator/commands.js b/chrome/content/vimperator/commands.js index 9afd66ab..41b6c18d 100644 --- a/chrome/content/vimperator/commands.js +++ b/chrome/content/vimperator/commands.js @@ -616,7 +616,7 @@ function Commands() //{{{ { usage: ["map {lhs} {rhs}", "map {lhs}", "map"], short_help: "Map the key sequence {lhs} to {rhs}", - help: "The {rhs} is remapped, allowing for nested and recursive mappings.
" + + help: "The {rhs} is remapped, allowing for nested and recursive mappings.
" + "Mappings are NOT saved during sessions, make sure you put them in your vimperatorrc file!" } )); @@ -750,7 +750,7 @@ function Commands() //{{{ { usage: ["no[remap] {lhs} {rhs}", "no[remap] {lhs}", "no[remap]"], short_help: "Map the key sequence {lhs} to {rhs}", - help: "No remapping of the {rhs} is performed.
NOTE: :noremap does not yet work as reliably as :map." + help: "No remapping of the {rhs} is performed.
NOTE: :noremap does not yet work as reliably as :map." } )); addDefaultCommand(new Command(["o[pen]", "e[dit]"], @@ -1235,7 +1235,7 @@ function Commands() //{{{ usage: ["wqa[ll]", "xa[ll]"], short_help: "Save the session and quit", help: "Quit Vimperator, no matter how many tabs/windows are open. The session is stored.
" + - ":wq is different as in vim, as it closes the window instead of just one tab by popular demand. Complain on the mailing list, if you want to change that." + ":wq is different as in Vim, as it closes the window instead of just one tab by popular demand. Complain on the mailing list, if you want to change that." } )); addDefaultCommand(new Command(["zo[om]"], diff --git a/chrome/content/vimperator/mappings.js b/chrome/content/vimperator/mappings.js index 8863c97a..7631aa19 100644 --- a/chrome/content/vimperator/mappings.js +++ b/chrome/content/vimperator/mappings.js @@ -372,7 +372,7 @@ function Mappings() //{{{ function() { vimperator.commandline.open(":", "buffer ", vimperator.modes.EX); }, { short_help: "Open a prompt to switch buffers", - help: "Typing the corresponding number opens switches to this buffer." + help: "Typing the corresponding number switches to this buffer." } )); addDefaultMap(new Map(vimperator.modes.NORMAL, ["B"], @@ -380,7 +380,7 @@ function Mappings() //{{{ { short_help: "Toggle buffer list", help: "Toggles the display of the buffer list which shows all opened tabs.
" + - "Warning: This mapping may be removed/changed in future." + "WARNING: This mapping may be removed/changed in future." } )); addDefaultMap(new Map(vimperator.modes.NORMAL, ["d"], @@ -425,7 +425,7 @@ function Mappings() //{{{ short_help: "Jump to a QuickMark in the current tab", usage: ["go{a-zA-Z0-9}"], help: "Open any QuickMark in the current tab. You can mark any URLs with M{a-zA-Z0-9}. " + - "These QuickMarks are persistent across browser session.", + "These QuickMarks are persistent across browser sessions.", flags: Mappings.flags.ARGUMENT } )); @@ -697,7 +697,7 @@ function Mappings() //{{{ function() { vimperator.buffer.scrollStart(); }, { short_help: "Scroll to the absolute left of the document", - help: "Unlike in vim, 0 and ^ work exactly the same way." + help: "Unlike in Vim, 0 and ^ work exactly the same way." } )); addDefaultMap(new Map(vimperator.modes.NORMAL, ["$"],