comparison src/os_mac.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 38a755adc580
children 4aead6a9b7a9
comparison
equal deleted inserted replaced
9668:7d1ab1664b75 9669:284b4eb307fc
136 #ifndef SYS_MENU_FILE 136 #ifndef SYS_MENU_FILE
137 # define SYS_MENU_FILE "$VIMRUNTIME/menu.vim" 137 # define SYS_MENU_FILE "$VIMRUNTIME/menu.vim"
138 #endif 138 #endif
139 #ifndef SYS_OPTWIN_FILE 139 #ifndef SYS_OPTWIN_FILE
140 # define SYS_OPTWIN_FILE "$VIMRUNTIME/optwin.vim" 140 # define SYS_OPTWIN_FILE "$VIMRUNTIME/optwin.vim"
141 #endif
142 #ifndef VIM_DEFAULTS_FILE
143 # define VIM_DEFAULTS_FILE "$VIMRUNTIME/defaults.vim"
141 #endif 144 #endif
142 #ifndef EVIM_FILE 145 #ifndef EVIM_FILE
143 # define EVIM_FILE "$VIMRUNTIME/evim.vim" 146 # define EVIM_FILE "$VIMRUNTIME/evim.vim"
144 #endif 147 #endif
145 148