vim-patch:7.4.713

patch 7.4.713
Problem:    Wrong condition for #ifdef.
Solution:   Change USR_EXRC_FILE2 to USR_VIMRC_FILE2. (Mikael Fourrier)

https://code.google.com/p/vim/source/detail?r=v7-4-713
This commit is contained in:
Felipe Morales
2015-06-12 02:31:08 -03:00
committed by Justin M. Keyes
parent 3af79d552a
commit dfdf045b18
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@
#endif #endif
#if !defined(USR_EXRC_FILE2) #if !defined(USR_VIMRC_FILE2)
# define USR_VIMRC_FILE2 "~/.nvim/nvimrc" # define USR_VIMRC_FILE2 "~/.nvim/nvimrc"
#endif #endif

View File

@@ -96,7 +96,7 @@ static int included_patches[] = {
//716, //716,
//715, //715,
//714, //714,
//713, 713,
712, 712,
711, 711,
710, 710,