]> git.wh0rd.org Git - nano.git/commitdiff
in shortcut_init(), make the help shortcut for the "Go to Directory"
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 25 Aug 2006 19:26:48 +0000 (19:26 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 25 Aug 2006 19:26:48 +0000 (19:26 +0000)
prompt call do_browser_help() instead of do_help_void(), as this prompt
is only accessible inside the file browser

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3847 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/global.c

index ea5f8fbe62140f1451bce41f6a4dc61d25067a8c..3c720a84dc7ccaaafc7932158a2a9cfcba6f26d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -124,6 +124,10 @@ CVS code -
        - Remove the ^X shortcut for CutTillEnd at the search prompt, as
          official Pico doesn't include it, and it can be confused with
          Exit. (DLR, suggested by Benno Schulenberg)
+       - Make the help shortcut for the "Go to Directory" prompt call
+         do_browser_help() instead of do_help_void(), as this prompt is
+         only accessible inside the file browser. (DLR, found by Benno
+         Schulenberg)
   toggle_init()
        - Don't include desc or blank_after when DISABLE_HELP is
          defined, as neither are ever used then. (DLR)
index 8a47b8b95d77903123a8cf94ef7d5e4e9f2031a8..719499fb5e7e702a3bdd4733f978841e1d5e5588 100644 (file)
@@ -1205,7 +1205,7 @@ void shortcut_init(bool unjustify)
        IFSCHELP(nano_help_msg, FALSE, NANO_NO_KEY), NANO_HELP_FKEY,
        NANO_NO_KEY, VIEW,
 #ifndef DISABLE_HELP
-       do_help_void
+       do_browser_help
 #else
        nano_disabled_msg
 #endif