From e301bccbe606708804c408f7398ac6089186ab19 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sun, 17 Aug 2008 15:16:14 +0000 Subject: [PATCH] add a warning about 'editor' not allowing whitespace in the specified path --- locale/en-US/options.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/locale/en-US/options.txt b/locale/en-US/options.txt index 09119034..c3f8eecd 100644 --- a/locale/en-US/options.txt +++ b/locale/en-US/options.txt @@ -223,9 +223,11 @@ ____ ____ Set the external text editor. Sets the editor to run when [m][m] is pressed in INSERT and TEXTAREA -modes. + -Warning: Vimperator will not behave correctly if the editor forks its own process, -such as with gvim without the -f argument. +modes. + +Warning: Vimperator will not behave correctly if the editor forks its own +process, such as with gvim without the -f argument. The specified path should +not contain spaces. ____ @@ -522,7 +524,7 @@ ____ ____ Number of lines to scroll with C-u and C-d commands. The number of lines scrolled defaults to half the window size. -When a {count} is specified to the [m][m] or [m][m] commands this is +When a [count] is specified to the [m][m] or [m][m] commands this is used to set the value of 'scroll' and also used for the current command. The value can be reset to half the window height with [c]:set scroll=0[c]. ____