mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 14:58:18 +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
|
#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
|
||||||
|
|
||||||
|
@@ -96,7 +96,7 @@ static int included_patches[] = {
|
|||||||
//716,
|
//716,
|
||||||
//715,
|
//715,
|
||||||
//714,
|
//714,
|
||||||
//713,
|
713,
|
||||||
712,
|
712,
|
||||||
711,
|
711,
|
||||||
710,
|
710,
|
||||||
|
Reference in New Issue
Block a user