Commit graph

6 commits

Author SHA1 Message Date
34f84c9155 Re-organised configuration files 2015-02-23 22:11:15 +01:00
f873e9e979 Local config: load merged lists of config files
GetConfigFiles function can be used to generate a list of files, merged
from both the main configuration directory and the local configuration
directory. The local configuration directory is also able to suppress
files from the main configuration if necessary.
2015-02-23 18:18:09 +01:00
711dc8275d Local config: function to find a specific file
Allows main configuration files to be overridden or suppressed by the
local configuration.
2015-02-23 11:14:19 +01:00
cffaa22eaf Local configuration signing support
* Detects saving local configuration using :w and warns about
signatures.
* SaveAndSign command that will sign the file if it is a local
configuration file (other files will be unaffected)
* SignConfig command re-signs the active local configuration
2015-02-23 10:31:54 +01:00
7970f863ee Set runtime path when signed .vim.local is found 2015-02-23 08:37:26 +01:00
3b0cc6b26a Local configuration loader 2015-02-23 08:31:54 +01:00