1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-08 08:35:45 +01:00

add a warning about 'editor' not allowing whitespace in the specified path

This commit is contained in:
Doug Kearns
2008-08-17 15:16:14 +00:00
parent 54cbed3d74
commit e301bccbe6

View File

@@ -223,9 +223,11 @@ ____
____ ____
Set the external text editor. Set the external text editor.
Sets the editor to run when [m]<C-i>[m] is pressed in INSERT and TEXTAREA Sets the editor to run when [m]<C-i>[m] is pressed in INSERT and TEXTAREA
modes. + modes.
Warning: Vimperator will not behave correctly if the editor forks its own process,
such as with gvim without the -f argument. 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. Number of lines to scroll with C-u and C-d commands.
The number of lines scrolled defaults to half the window size. The number of lines scrolled defaults to half the window size.
When a {count} is specified to the [m]<C-u>[m] or [m]<C-d>[m] commands this is When a [count] is specified to the [m]<C-u>[m] or [m]<C-d>[m] commands this is
used to set the value of 'scroll' and also used for the current command. The 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]. value can be reset to half the window height with [c]:set scroll=0[c].
____ ____