diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-28 22:24:15 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-28 22:24:15 +0200 |
commit | 8c08b5b569e2a9e9f63dea514591ecfa2d3bb392 (patch) | |
tree | 4303829cd42d4910ee0d0dfc35687c7b313c5e14 /Filelist | |
parent | eac784eced501c54d2c99e18a1af96cd996f3a6c (diff) | |
download | vim-git-8c08b5b569e2a9e9f63dea514591ecfa2d3bb392.tar.gz |
patch 7.4.2111v7.4.2111
Problem: Defaults are very conservative.
Solution: Move settings from vimrc_example.vim to defaults.vim. Load
defaults.vim if no .vimrc was found.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -526,8 +526,9 @@ RT_ALL = \ runtime/macros/urm/examples \ runtime/macros/urm/urm \ runtime/macros/urm/urm.vim \ - runtime/mswin.vim \ + runtime/defaults.vim \ runtime/evim.vim \ + runtime/mswin.vim \ runtime/optwin.vim \ runtime/ftplugin.vim \ runtime/ftplugof.vim \ |