On Sat, May 02, 2015 at 09:33:03PM +0200, Bram Moolenaar wrote: > Mikael Fourrier wrote: > > In os_unix.h:293 (vim) / os_unix_defs.h:120 (neovim) : > > > > #if !defined(USR_EXRC_FILE2) > > ... > > # define USR_VIMRC_FILE2 "~/.nvim/nvimrc" > > ... > > #endif > > > > Shouldn't it be `#ifndef USR_VIMRC_FILE2` ? > > It's the same thing.
Mikael's referring to the fact that the USR_VIMRC_FILE2 is defined inside a check related to USR_EXRC_FILE2. The question is whether they should be consistent. Cheers, -- James GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <[email protected]> -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
