# HG changeset patch # User Steve Losh # Date 1309568601 14400 # Node ID f0cdadaa3be0b78eef6425f216efa73e23c5bebc # Parent 61c6ca7b2d8a92a32f0b891f7b491d7b37635c18 Set hidden. No easy way around this. diff -r 61c6ca7b2d8a -r f0cdadaa3be0 autoload/threesomelib/init.py --- a/autoload/threesomelib/init.py Thu Jun 30 18:53:30 2011 -0400 +++ b/autoload/threesomelib/init.py Fri Jul 01 21:03:21 2011 -0400 @@ -96,6 +96,8 @@ setlocal_buffers() bind_global_keys() + vim.command('set hidden') + initial_mode = setting('initial_mode', 'grid').lower() if initial_mode not in ['grid', 'loupe', 'compare', 'path']: initial_mode = 'grid'