Vim Tips Wiki
Advertisement

Use this page to discuss script 2010 sessionman: Vim session manager

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments[]

What about restore session with scp:// ?


The webpage does not list :SessionList as a command, but I see it in sessionman.vim. It works but after an error: Error detected while processing function <SNR>20_ListSessions: line 35: E33: No previous substitute regular expression

Losing settings?[]

Hi there. I really like sessionman.vim, but I'm finding that when I save and open a session it's missing some options from my .vimrc, namely:

 highlight WhitespaceEOL ctermbg=red guibg=red
 match WhitespaceEOL /\s\+$/

Any idea why this might be, or how I can ensure all my settings are kept? I looked at the options for 'sessionoptions' in the manual but none of them sounds relevant (given that 'options' is part of the default) --Doubious (talk) 00:28, July 16, 2012 (UTC)

Advertisement