diff options
Diffstat (limited to 'vim-mode')
-rw-r--r-- | vim-mode/README.pod | 2 | ||||
-rw-r--r-- | vim-mode/vim_mode.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vim-mode/README.pod b/vim-mode/README.pod index dd3b61a..e814e6d 100644 --- a/vim-mode/README.pod +++ b/vim-mode/README.pod @@ -78,7 +78,7 @@ For technical reasons, I<uberprompt> must occasionally call C</statusbar prompt reset>, which will remove or deactivate any manually added items on the prompt statusbar. To get around this, uberprompt provides two command hooks, C<uberprompt_load_hook> and C<uberprompt_unload_hook>. Both of these settings -can contain one (or more, using C</EVAL> commands to be executed when the prompt +can contain one (or more, using C</EVAL>) commands to be executed when the prompt is enabled and disabled, respectively. For I<right-aligned> items (that is, after the input field: diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl index 7d364a1..cb11600 100644 --- a/vim-mode/vim_mode.pl +++ b/vim-mode/vim_mode.pl @@ -78,7 +78,7 @@ For technical reasons, I<uberprompt> must occasionally call C</statusbar prompt reset>, which will remove or deactivate any manually added items on the prompt statusbar. To get around this, uberprompt provides two command hooks, C<uberprompt_load_hook> and C<uberprompt_unload_hook>. Both of these settings -can contain one (or more, using C</EVAL> commands to be executed when the prompt +can contain one (or more, using C</EVAL>) commands to be executed when the prompt is enabled and disabled, respectively. For I<right-aligned> items (that is, after the input field: |