Files
neovim/test/functional/eval
James McCoy bf4de3f6f7 functests/msgpack: Correct representation of literal INT64_MIN
In order to generate INT64_MIN from literal values, it's necessary to
use "-0x7fffffffffffffff - 1".  Using "-0x8000000000000000" causes the
value to get clamped to INT64_MAX and then negated.
2017-06-06 21:38:31 -04:00
..
2017-02-23 19:48:41 +03:00
2017-02-01 18:31:53 -05:00
2017-05-25 12:41:53 +02:00