aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/help.txt
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-05-27 12:47:21 -0400
committerJames McCoy <jamessan@jamessan.com>2016-05-27 12:56:48 -0400
commitc11f22d6c57bcd6d8d28b15501018c00e572d8c3 (patch)
treee7ec555103aa1dc47db7d646919de21326d5551c /runtime/doc/help.txt
parent1d63672c77a7a6307a8c99bd8cea59af3f94286a (diff)
downloadrneovim-c11f22d6c57bcd6d8d28b15501018c00e572d8c3.tar.gz
rneovim-c11f22d6c57bcd6d8d28b15501018c00e572d8c3.tar.bz2
rneovim-c11f22d6c57bcd6d8d28b15501018c00e572d8c3.zip
vim-patch:345efa0
Update runtime files https://github.com/vim/vim/commit/345efa013dc6d1754ba06e5596a26c48c9935937 Ignored changes to: * doc/tags * doc/todo.txt * doc/various.txt, since the MEM_PROFILING #ifdef doesn't exist in Neovim
Diffstat (limited to 'runtime/doc/help.txt')
-rw-r--r--runtime/doc/help.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt
index 95b8aa172e..342c475f9b 100644
--- a/runtime/doc/help.txt
+++ b/runtime/doc/help.txt
@@ -1,4 +1,4 @@
-*help.txt* For Vim version 7.4. Last change: 2016 Jan 09
+*help.txt* For Vim version 7.4. Last change: 2016 Jan 10
VIM - main help file
k
@@ -9,14 +9,14 @@ Close this window: Use ":q<Enter>".
Jump to a subject: Position the cursor on a tag (e.g. |bars|) and hit CTRL-].
With the mouse: Double-click the left mouse button on a tag, e.g. |bars|.
- Jump back: Type CTRL-T or CTRL-O (repeat to go further back).
+ Jump back: Type CTRL-T or CTRL-O. Repeat to go further back.
Get specific help: It is possible to go directly to whatever you want help
on, by giving an argument to the |:help| command.
- It is possible to further specify the context:
- *help-context*
+ Prepend something to specify the context: *help-context*
+
WHAT PREPEND EXAMPLE ~
- Normal mode command (nothing) :help x
+ Normal mode command :help x
Visual mode command v_ :help v_u
Insert mode command i_ :help i_<Esc>
Command-line command : :help :quit
@@ -24,7 +24,7 @@ Get specific help: It is possible to go directly to whatever you want help
Vim command argument - :help -r
Option ' :help 'textwidth'
Regular expression / :help /[
- Also see |help-summary| for a verbose explanation.
+ See |help-summary| for more contexts and an explanation.
Search for help: Type ":help word", then hit CTRL-D to see matching
help entries for "word".