comparison src/feature.h @ 9669:284b4eb307fc v7.4.2111

commit https://github.com/vim/vim/commit/8c08b5b569e2a9e9f63dea514591ecfa2d3bb392 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 28 22:24:15 2016 +0200 patch 7.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.
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Jul 2016 22:30:05 +0200
parents b2aada04d84e
children 4aead6a9b7a9
comparison
equal deleted inserted replaced
9668:7d1ab1664b75 9669:284b4eb307fc
902 * USR_VIMRC_FILE3 Name of alternate user .vimrc file. 902 * USR_VIMRC_FILE3 Name of alternate user .vimrc file.
903 */ 903 */
904 /* #define USR_VIMRC_FILE "~/foo/.vimrc" */ 904 /* #define USR_VIMRC_FILE "~/foo/.vimrc" */
905 /* #define USR_VIMRC_FILE2 "~/bar/.vimrc" */ 905 /* #define USR_VIMRC_FILE2 "~/bar/.vimrc" */
906 /* #define USR_VIMRC_FILE3 "$VIM/.vimrc" */ 906 /* #define USR_VIMRC_FILE3 "$VIM/.vimrc" */
907
908 /*
909 * VIM_DEFAULTS_FILE Name of the defaults.vim script file
910 */
911 /* #define VIM_DEFAULTS_FILE "$VIMRUNTIME/defaults.vim" */
907 912
908 /* 913 /*
909 * EVIM_FILE Name of the evim.vim script file 914 * EVIM_FILE Name of the evim.vim script file
910 */ 915 */
911 /* #define EVIM_FILE "$VIMRUNTIME/evim.vim" */ 916 /* #define EVIM_FILE "$VIMRUNTIME/evim.vim" */