Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forking this project #185

Open
romgrk opened this issue May 26, 2020 · 1 comment
Open

Forking this project #185

romgrk opened this issue May 26, 2020 · 1 comment

Comments

@romgrk
Copy link

romgrk commented May 26, 2020

Hey,

Due to the lack of responsiveness from the maintainer of this plugin, I've decided to fork it and try to create a community-maintained version of this plugin. If you're interested in helping maintain the project and fix issues, please join me at https://github.com/romgrk/vim-session.

The readme lists a few of the additions that have already been made (transcribed below).

  • Added global variables g:xolox#session#current_session_name and g:xolox#session#current_session_path
    Reason: it's more performant than xolox#session#find_current_session() if you use the session name in your statusline or tabline.
  • Added autocommands SessionSavePre and SessionSavePost: third-party plugins sometimes create buffers that can mess up the session file (eg empty buffer or weird window layout). Those autocommands leave a hook to disable those plugins while the session is saved.
    Third-party plugins can also save their state in the global variable g:session_save_commands as a list of commands
    that will be added to the session file.
  • (from yangyangxcf/vim-session) Added :MakeSession command

Thanks ♥

@vasilakisfil
Copy link

vasilakisfil commented May 26, 2020

Nice! Unfortunately I am too noob to help out, but I ll definitely keep an eye!

Edit: also if you intent to take this seriously, you can email github to un-link the fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants