The Refined Fetch
Added:
- centre the target line in the window after jumping
- autocommand API for fetch events (
BufFetchPosPreandBufFetchPosPost) - API for retrieving the known specs (
fetch#specs) - API for setting the cursor position (
fetch#setpos– mainly groundwork for future extensions)
Fixed:
- autocommands triggering on file names starting with a spec-like pattern
- possible issues when force editing the non-spec'ed file with
! - files on the arglist not
argedited when Vim is compiled-listcmds - some glitches in the README
Changed:
- fetch triggers on
BufNewFileinstead ofWinEnterandTabEnter(besides triggering onBufWinEnteras always); this should reduce the number of autocommand events processed.
Removed:
Nothing