1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 19:04:11 +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.
Sets the editor to run when [m]<C-i>[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]<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
value can be reset to half the window height with [c]:set scroll=0[c].
____