neovim/config
Eliseo Martínez 634d5d86a7 coverity/100248: Operands don't affect result: HI.
Problem    : Operands don't affect results (CONSTANT_EXPRESSION_RESULT).
Diagnostic : Harmless issue.
Rationale  : n >= LONG_MIN, n being intmax_t, is always true for
             architectures where sizeof(intmax_t) == sizeof(long).
Resolution : Add sizes check.
2015-01-16 09:26:01 +01:00
..
CMakeLists.txt coverity/100248: Operands don't affect result: HI. 2015-01-16 09:26:01 +01:00
config.h.in globals.h: Remove unused global variable 2015-01-02 21:10:08 -05:00
pathdef.c.in version: remove "Compilation" and "Linking" messages. 2014-10-07 10:23:15 +00:00