Skip to content

Commit c60c550

Browse files
committed
Re-order README sections.
1 parent c7f3b9f commit c60c550

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ given) instead of displaying an empty, new file.
1212

1313
If you have wished Vim would understand stack trace formats, *vim-fetch* is for you.
1414

15-
### Rationale
16-
17-
Jumping to the point indicated by common stack trace output should be a given in an editor; unluckily, Vim has no concept of this out of the box. As the one plugin I found that aims to fix this, Victor Bogado’s [*file_line*][bogado-plugin], had a number of issues (at the time of this writing, it didn’t correctly process multiple files given with a window switch, i.e. [`-o`, `-O`][bogado-issue-winswitch] and [`-p`][bogado-issue-tabswitch], and I found it choked autocommand processing for the first loaded file on the Argument list), I wrote my own.
18-
1915
### Installation
2016

2117
1. The old way: download and source the vimball from the [releases page][releases], then run `:helptags {dir}` on your runtimepath/doc directory. Or,
@@ -25,6 +21,10 @@ Jumping to the point indicated by common stack trace output should be a given in
2521

2622
TL;DR: `vim path/to/file.c:12:3` or `:e[dit] path/to/file.rb:100:12`. For more, see the [documentation][doc].
2723

24+
### Rationale
25+
26+
Jumping to the point indicated by common stack trace output should be a given in an editor; unluckily, Vim has no concept of this out of the box. As the one plugin I found that aims to fix this, Victor Bogado’s [*file_line*][bogado-plugin], had a number of issues (at the time of this writing, it didn’t correctly process multiple files given with a window switch, i.e. [`-o`, `-O`][bogado-issue-winswitch] and [`-p`][bogado-issue-tabswitch], and I found it choked autocommand processing for the first loaded file on the Argument list), I wrote my own.
27+
2828
### License
2929

3030
*vim-fetch* is licensed under [the terms of the MIT license according to the accompanying license file][license].

0 commit comments

Comments
 (0)