Skip to content

Commit

Permalink
Fix help tags
Browse files Browse the repository at this point in the history
- remove duplicate help tags (closes #1)
- fix inconsistent introduction help tag
  • Loading branch information
kopischke committed Jan 14, 2015
1 parent c60c550 commit 232776c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/vim-fetch.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*vim-fetch.txt* For Vim version 7.0 or better version 1.0.0


VIM REFERENCE for the Fetch plugin
VIM REFERENCE for the Fetch plug-in


Jump to lines and columns specified in buffer names *vim-fetch*
Expand All @@ -14,11 +14,11 @@ Jump to lines and columns specified in buffer names *vim-fetch*
{not available when |'compatible'| is set}

==============================================================================
1. Introduction *vim-fetch-intro*
1. Introduction *vim-fetch-introduction*

*vim-fetch* enables Vim to process line and column jump specifications in file
vim-fetch enables Vim to process line and column jump specifications in file
paths as found in stack traces and similar output. When asked to open such
a file, Vim with *vim-fetch* will jump to the specified line (and column, if
a file, Vim with vim-fetch will jump to the specified line (and column, if
given) instead of displaying an empty, new file.

==============================================================================
Expand Down Expand Up @@ -48,7 +48,7 @@ This works for any command that opens files with |edit| semantics, notably
==============================================================================
3. Position specifications *vim-fetch-specs*

*vim-fetch* understands the following position specifications:
vim-fetch understands the following position specifications:


COLON SEPARATED
Expand All @@ -67,7 +67,7 @@ PARENTHESES ENCLOSED
==============================================================================
4. Credits and License *vim-fetch-credits-license*

*vim-fetch* is maintained by Martin Kopischke
vim-fetch is maintained by Martin Kopischke

http://martin.kopischke.net

Expand Down

0 comments on commit 232776c

Please sign in to comment.