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. #ifndef can be used if there is one argument,
!defined must be used if there is more than one argument, but can also
be used when there is one argument.
--
The Feynman problem solving Algorithm:
1) Write down the problem
2) Think real hard
3) Write down the answer
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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.