Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(messages): use "Vimscript" instead of "VimL" #24111 | Justin M. Keyes | 2023-06-22 |
| | | | | followup to #24109 fix #16150 | ||
* | fix(msgpack#strptime): use calendar.timegm to get seconds since epoch | James McCoy | 2021-12-25 |
| | | | | | | datetime.datetime.timestamp does not exist on Windows and datetime.datetiem.strftime('%s') is not supported, since '%s' is a POSIX format. Instead, use the recommended `calendar.timegm(obj.utctimetuple())`. | ||
* | runtime/msgpack: Fix inf/nan regexp | ZyX | 2018-09-06 |
| | | | | | Not making minus sign optional as inf/nan without optional minus should’ve already been handled by the very first case. | ||
* | msgpack.vim: require python3 on Windows | Justin M. Keyes | 2018-05-10 |
| | | | | | | timestamp.strftime('%s') workaround only works on unix. ref: https://github.com/neovim/neovim/pull/8371#discussion_r186311766 | ||
* | msgpack.vim: fix syntax errors, python2 errors | Justin M. Keyes | 2018-05-09 |
| | |||
* | plugin/msgpack: Support character constants like '\0' | ZyX | 2017-01-04 |
| | |||
* | runtime/msgpack: Add support for special values | ZyX | 2016-04-18 |
| | |||
* | runtime/msgpack: Fix msgpack#string that expects old string() behavior | ZyX | 2016-02-02 |
| | |||
* | runtime: Add autoload/msgpack.vim helper file | ZyX | 2015-11-01 |