Skip to content

The Refined Fetch

Compare
Choose a tag to compare
@kopischke kopischke released this 29 Jan 11:39
· 63 commits to master since this release

Added:

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 BufNewFile instead of WinEnterand TabEnter (besides triggering on BufWinEnteras always); this should reduce the number of autocommand events processed.

Removed:

Nothing