| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | eval: Do not break when VimVarIndex and vimvars order mismatches | ZyX | 2016-04-18 |
| | | | | | Also makes sure that compiler will error out when new name is longer then vv_filler. | ||
| * | assert: add STATIC_ASSERT macro | Nicolas Hillegeer | 2014-07-16 |
| Can be quite handy, attempt to provide fallbacks for compilers that don't support _Static_assert (which is technically a C11 feature). Suppress warnings as best we can (Clang and GCC warn that we're using a C11 feature while in C99 mode). Needs to be tested for MSVC still. | |||