Skip to content

Releases: danth/pathfinder.vim

v3.1.3

24 Aug 10:10
Compare
Choose a tag to compare
Type Change
Fix Don't error when g:python3_host_prog is unset (4c01c96)
Documentation Update contributing guidelines (c83f926)

v3.1.2

12 Dec 12:51
Compare
Choose a tag to compare
Type Change
Fix Use v:progpath to detect Neovim (c7e7015)

v3.1.1

21 Nov 11:11
Compare
Choose a tag to compare
Type Change
Fix Use full path to Vim executable (a28cc1a)

v3.1.0

28 Aug 14:51
Compare
Choose a tag to compare
Type Change
Feature Implement search suggestions for / and ? (#48) (e94e7e8)

v3.0.1

22 Aug 12:34
Compare
Choose a tag to compare
Type Change
Fix Convert � to regular characters in output (133a0fa)
Documentation Record new demo (b14eba5)
Update with username change (f6f507a)
Add PathfinderPopup highlight group to README (4973f60)

v3.0.0

11 Aug 22:36
Compare
Choose a tag to compare
Type Change
Breaking g:pf_motions has been removed. Descriptions are now stored in g:pf_descriptions. Weights are inferred from the number of characters in the motion (configurable weights may return with #41). It is no longer possible to disable motions individually. (41343f0)

v2.7.1

10 Aug 16:26
Compare
Choose a tag to compare
Type Change
Fix Transfer &sidescrolloff to server (02e1d4a)
Restore scrolloff into vim.options (08745c0)
Transfer g:python3_host_prog to nvim server (cc20983)

v2.7.0

21 Jul 21:28
Compare
Choose a tag to compare
Type Change
Feature Add PathfinderPopup highlight group (82cc81a)

v2.6.5

19 Jul 21:57
Compare
Choose a tag to compare
Type Change
Fix Mostly revert 0b02a4f (9f9e365)

v2.6.4

17 Jul 13:28
Compare
Choose a tag to compare
Type Change
Fix Transfer all options to server (0b02a4f)