Vim Tips Wiki
(Change <tt> to <code>, perhaps also minor tweak.)
(→‎Comments: Another question)
 
Line 9: Line 9:
 
line 35:
 
line 35:
 
E33: No previous substitute regular expression
 
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) --[[User:Doubious|Doubious]] ([[User talk:Doubious|talk]]) 00:28, July 16, 2012 (UTC)

Latest revision as of 00:28, 16 July 2012

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)