dhruvasagar / vim-prosession

Handle vim sessions like a pro
254 stars 22 forks source link

Always use absolute path #72

Closed nghialm269 closed 2 years ago

nghialm269 commented 4 years ago

Hi,

Currently, Prosession create different session files if I run it with different parameters, although all of them resolve to the same folder.

For example, I have a project folder: /home/nghialm/projects/personal/test

Is it possible to make :Prosession path resolve path to its absolute path before creating/loading the session file? So that wherever I run :Prosession, it would result in the same session file.

I'm using neovim master (neovim/neovim@e3afb30e6)

dhruvasagar commented 4 years ago

@mnrce i'll look into this