takac / vim-hardtime

Plugin to help you stop repeating the basic movement keys
MIT License
828 stars 30 forks source link

Revert commit that broke vim-fugitive #69

Closed JRasmusBm closed 2 years ago

JRasmusBm commented 2 years ago

Revert "enabled hardtime even in "No Name" buffers when hardtime_default_on is set (#54)"

This reverts commit 5603072377d1f1f26a1561eda9e1884bb5f028ef.

Motivation

It breaks vim-fugitive as well as s:IsIgnoreBuffer, so that I cannot escape the file. This means I (and possibly many others) cannot use git with the new change.

To reproduce fugitive error:

  1. Open vim
  2. Open git status with :G
  3. Go to a change you want to stage
  4. Press -

Result:

image