comparison src/os_dos.h @ 4863:c4d4f0fc12b9 v7.3.1178

updated for version 7.3.1178 Problem: Can't put all Vim config files together in one directory. Solution: Load ~/.vim/vimrc if ~/.vimrc does not exist. (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Jun 2013 20:35:58 +0200
parents 3fc0f57ecb91
children af8217e4ed7e
comparison
equal deleted inserted replaced
4862:336f60904ce3 4863:c4d4f0fc12b9
18 #endif 18 #endif
19 #ifndef USR_VIMRC_FILE 19 #ifndef USR_VIMRC_FILE
20 # define USR_VIMRC_FILE "$HOME\\_vimrc" 20 # define USR_VIMRC_FILE "$HOME\\_vimrc"
21 #endif 21 #endif
22 #ifndef USR_VIMRC_FILE2 22 #ifndef USR_VIMRC_FILE2
23 # define USR_VIMRC_FILE2 "$VIM\\_vimrc" 23 # define USR_VIMRC_FILE2 "$HOME\\vimfiles\\vimrc"
24 #endif
25 #ifndef USR_VIMRC_FILE3
26 # define USR_VIMRC_FILE3 "$VIM\\_vimrc"
24 #endif 27 #endif
25 #ifndef EVIM_FILE 28 #ifndef EVIM_FILE
26 # define EVIM_FILE "$VIMRUNTIME\\evim.vim" 29 # define EVIM_FILE "$VIMRUNTIME\\evim.vim"
27 #endif 30 #endif
28 31
39 # endif 42 # endif
40 # ifndef USR_GVIMRC_FILE 43 # ifndef USR_GVIMRC_FILE
41 # define USR_GVIMRC_FILE "$HOME\\_gvimrc" 44 # define USR_GVIMRC_FILE "$HOME\\_gvimrc"
42 # endif 45 # endif
43 # ifndef USR_GVIMRC_FILE2 46 # ifndef USR_GVIMRC_FILE2
44 # define USR_GVIMRC_FILE2 "$VIM\\_gvimrc" 47 # define USR_GVIMRC_FILE2 "$HOME\\vimfiles\\gvimrc"
48 # endif
49 # ifndef USR_GVIMRC_FILE3
50 # define USR_GVIMRC_FILE3 "$VIM\\_gvimrc"
45 # endif 51 # endif
46 # ifndef SYS_MENU_FILE 52 # ifndef SYS_MENU_FILE
47 # define SYS_MENU_FILE "$VIMRUNTIME\\menu.vim" 53 # define SYS_MENU_FILE "$VIMRUNTIME\\menu.vim"
48 # endif 54 # endif
49 #endif 55 #endif