Split the VpCore struct into the local and global part.
authorDaniel Carl <danielcarl@gmx.de>
Sun, 24 Feb 2013 17:38:56 +0000 (18:38 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 24 Feb 2013 18:03:24 +0000 (19:03 +0100)
commit4404ba3667a34bcc6343b0e3dc15415bbdb979d0
treee36193b1e70dc4177c16f2852ca4e70372123617
parentc58c34882127cae02ea11ea2d049031f4212e15b
Split the VpCore struct into the local and global part.

This makes the way to have global configs that are loaded on application start
an local settings that are kept for every window/tab.
src/command.c
src/completion.c
src/hints.c
src/history.c
src/keybind.c
src/main.c
src/main.h
src/searchengine.c
src/setting.c