danth / pathfinder.vim

Vim plugin to suggest better movements
MIT License
290 stars 4 forks source link

Not working with folds #46

Open danth opened 4 years ago

danth commented 4 years ago

Folds are not transferred to the server.

Possible Solution

This and #42 could be fixed by using mksession as part of the transfer. That may also help with #39 and #32 if it gives better performance. sessionoptions can be temporarily changed to only include necessary information, and the session is written to a temporary file.