hlissner / evil-snipe

2-char searching ala vim-sneak & vim-seek, for evil-mode
MIT License
336 stars 25 forks source link

evil-substitute is active in new buffers #58

Open NightMachinery opened 6 years ago

NightMachinery commented 6 years ago

evil-substitute is active in buffers with the fundamental major mode, even though I have set the auto-disable to 't. Calling the function evil-snipe-local-mode enables evil-snipe in that buffer.

hlissner commented 6 years ago

I've pushed a change to allow evil-snipe to work in fundamental-mode. Please update and let me know.

Also, evil-snipe-auto-disable-substitute was removed in the latest version of evil-snipe. It should no longer be necessary.

NightMachinery commented 6 years ago

@hlissner The latest MELPA (;; Package-Version: 20180417.1915) is still buggy.

hlissner commented 3 years ago

Sorry for the hugely late response, but is this issue still present? I cannot currently reproduce it.