mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +00:00
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:

committed by
Justin M. Keyes

parent
3af79d552a
commit
dfdf045b18
@@ -117,7 +117,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if !defined(USR_EXRC_FILE2)
|
||||
#if !defined(USR_VIMRC_FILE2)
|
||||
# define USR_VIMRC_FILE2 "~/.nvim/nvimrc"
|
||||
#endif
|
||||
|
||||
|
@@ -96,7 +96,7 @@ static int included_patches[] = {
|
||||
//716,
|
||||
//715,
|
||||
//714,
|
||||
//713,
|
||||
713,
|
||||
712,
|
||||
711,
|
||||
710,
|
||||
|
Reference in New Issue
Block a user