Releases: danth/pathfinder.vim
Releases · danth/pathfinder.vim
v3.1.3
Type |
Change |
Fix |
Don't error when g:python3_host_prog is unset (4c01c96 ) |
Documentation |
Update contributing guidelines (c83f926 ) |
v3.1.2
Type |
Change |
Fix |
Use v:progpath to detect Neovim (c7e7015) |
v3.1.1
Type |
Change |
Fix |
Use full path to Vim executable (a28cc1a) |
v3.1.0
Type |
Change |
Feature |
Implement search suggestions for / and ? (#48) (e94e7e8) |
v3.0.1
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
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
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
Type |
Change |
Feature |
Add PathfinderPopup highlight group (82cc81a) |
v2.6.4
Type |
Change |
Fix |
Transfer all options to server (0b02a4f) |