peterbjorgensen / sved

Synctex support for Vim and Evince through DBus
37 stars 10 forks source link

Feature request: (optionally) associate different vim instances with different pdfs when doing backward sync #3

Open peterbjorgensen opened 7 years ago

peterbjorgensen commented 7 years ago

Currently all vim instances that have opened a tex file will sync when a sync-source signal is emitted by Evince, even though they might be working in different latex projects. This feature would add an option such that the sync source signals will be filtered. Each vim instance would have to maintain a list of pdf-files it is watching and ignore the events if the URI of the source file is not below the pdf file in the file hierarchy.