vim-session icon indicating copy to clipboard operation
vim-session copied to clipboard

Extended session management for Vim (:mksession on steroids)

Results 76 vim-session issues
Sort by recently updated
recently updated
newest added

The session is not fully restored, I get the following error: ``` Error detected while processing VimEnter Autocommands for "*"..function xolox#session#auto_load[36]..xolox#session#open_cmd[18]..script /Users/starteleport/.vim/sessions/billing. vim: line 85: E517: No buffers were wiped...

Maybe because the session opened message is too long, it interrupts the startup. Use g:session_verbose_messages to oppress it.

Is it possible to save the :Focus from the session? It would be nice to not have to set it each time i open the session. For reference: https://github.com/tpope/vim-dispatch#focusing Thanks

I've been using this plugin for ages and love it. Recently, however, it's now setting local value`buftype=acwrite` when I open a saved session which leads to an E676 when I...

neovim --version == `0.5` plugins installed: - vim-session - barbar steps to reproduce: - have neovim opened with some tabs that are ordered in their open order (just a normal...

there is a bug where newlines in quickfix list get translated into null characters when put in a variable, and then written as ^@ in the session scripts, which makes...

Please see https://www.vim.org/scripts/script.php?script_id=42 It would be nice to save/restore into session the MRUList, so the order of files in ButExplorer will be preserved.

When I open a saved session that contains at least one terminal buffer, I get the following error message: ![Screen Shot 2020-10-23 at 1 21 27 PM](https://user-images.githubusercontent.com/61027055/97050756-d28df980-1532-11eb-8128-e75a00d84a1e.png) The session finally...

Only sessionoptions in my .vimrc are ``` set sessionoptions-=help set sessionoptions-=buffers ``` and per manual we know that vim-session plug-in automatically and unconditionally executes ``` " Don't persist options and...

When doing `:OpenSession` in two different Vim instances I get the following warning: ```vim E325: ATTENTION Found a swap file by the name ... ``` Despite having the following set...