Justin M. Keyes
c5f5f427c6
api: api_info()['version']
...
API level is disconnected from NVIM version. The API metadata holds the
current API level, and the lowest backwards-compatible level supported
by this instance.
Release 0.1.6 is the first release that reports the Nvim version and API
level.
metadata['version'] = {
major: 0,
minor: 1,
patch: 6,
api_level: 1,
api_compatible: 0,
api_prerelease: false,
}
The API level may remain unchanged across Nvim releases if the API has
not changed.
When changing the API,
- set NVIM_API_PRERELEASE to true
- increment NVIM_API_LEVEL (at most once per Nvim version)
- adjust NVIM_API_LEVEL_COMPAT if backwards-compatibility was broken
api_level_0.mpack was generated from Nvim 0.1.5 with:
nvim --api-info
2016-10-28 14:33:13 +02:00
..
2016-10-28 14:33:13 +02:00
2015-10-23 14:54:10 +03:00
2016-09-24 15:07:49 +02:00
2016-07-08 01:43:36 -04:00
2016-05-03 21:22:45 +02:00
2015-10-23 14:54:10 +03:00
2016-10-16 18:08:53 +02:00
2016-09-24 15:07:49 +02:00
2016-05-03 21:03:17 +02:00
2015-05-03 17:47:31 -04:00
2016-09-24 15:07:49 +02:00
2016-10-25 11:40:37 +02:00
2016-01-16 18:34:31 -05:00
2016-09-04 03:53:58 +02:00
2016-05-03 21:13:41 +02:00
2015-10-23 14:54:10 +03:00
2015-10-23 14:54:10 +03:00
2016-08-01 04:58:40 -04:00
2015-05-03 17:47:31 -04:00
2016-08-07 20:42:13 -04:00
2016-07-08 01:45:21 -04:00
2014-07-29 02:12:31 +00:00
2016-08-26 22:13:56 +02:00
2016-06-15 22:50:37 -04:00
2016-07-10 14:16:12 -04:00
2015-10-23 14:54:10 +03:00
2016-07-08 01:45:20 -04:00
2016-10-17 19:49:57 +02:00
2016-02-22 02:41:40 -05:00
2016-07-03 03:53:42 -04:00
2016-06-06 11:04:05 -04:00
2014-09-21 15:20:21 +02:00
2014-07-29 02:12:31 +00:00
2016-08-24 11:51:59 -04:00
2016-01-14 13:16:10 -05:00
2016-10-15 12:21:13 +09:00
2016-06-02 09:39:31 -04:00
2016-10-15 12:21:13 +09:00
2016-10-28 14:33:13 +02:00
2016-07-12 14:42:17 -07:00
2016-07-29 00:51:02 -04:00
2016-10-26 13:05:25 +02:00
2016-07-08 01:43:36 -04:00
2016-10-15 11:51:46 +09:00
2015-05-03 17:47:31 -04:00
2016-08-21 21:25:33 -04:00
2015-06-04 22:45:19 -04:00
2015-11-01 21:27:28 +03:00
2016-06-07 12:19:50 -04:00
2015-06-04 22:45:19 -04:00
2015-10-23 14:54:10 +03:00
2014-07-29 02:12:31 +00:00
2015-08-15 15:25:30 -03:00
2014-07-29 02:12:31 +00:00
2015-12-17 21:56:41 -05:00
2016-09-24 15:07:49 +02:00
2016-09-24 15:07:49 +02:00
2016-07-08 01:45:21 -04:00
2016-01-16 14:12:56 -05:00
2016-08-17 17:43:26 -04:00
2016-01-15 16:09:46 +01:00
2016-10-24 13:26:55 +02:00
2015-12-22 18:39:51 -05:00
2014-07-29 02:12:31 +00:00
2016-01-14 13:16:10 -05:00
2016-01-14 13:16:10 -05:00
2016-06-15 19:29:26 -04:00
2014-07-29 02:12:31 +00:00
2016-10-24 13:26:55 +02:00
2016-09-24 15:07:49 +02:00
2016-10-23 00:37:13 +02:00
2016-03-06 00:32:39 +09:00
2016-05-03 21:13:41 +02:00
2015-10-23 14:54:10 +03:00
2015-12-17 21:56:41 -05:00
2016-04-11 07:00:57 +03:00
2015-10-23 14:54:10 +03:00
2016-06-02 09:39:31 -04:00
2016-05-25 21:05:01 -04:00
2015-01-22 21:57:03 -08:00
2016-07-08 01:45:20 -04:00
2016-03-20 21:22:51 -04:00
2015-01-22 21:57:03 -08:00
2015-02-03 18:52:18 -05:00
2016-01-16 18:34:31 -05:00
2016-01-16 18:34:31 -05:00
2016-01-14 13:13:32 -05:00
2016-08-13 08:58:21 -04:00
2014-07-29 02:12:31 +00:00
2015-12-06 14:21:22 +01:00
2014-07-29 02:12:31 +00:00
2016-01-16 18:34:31 -05:00
2016-01-16 14:12:56 -05:00
2016-07-08 01:45:20 -04:00
2015-06-20 16:40:03 -04:00
2016-01-16 14:12:56 -05:00
2015-02-03 16:51:41 -05:00
2016-07-08 01:38:21 -04:00
2015-10-23 14:54:10 +03:00
2015-10-23 14:54:10 +03:00
2014-07-29 02:12:31 +00:00
2015-10-23 14:54:10 +03:00
2016-07-08 01:45:21 -04:00
2015-10-23 14:54:10 +03:00
2016-05-03 19:25:18 +02:00
2015-10-23 14:54:10 +03:00
2015-10-23 14:54:10 +03:00
2016-07-08 01:45:20 -04:00
2016-07-31 13:23:29 -04:00
2016-06-07 12:02:56 -04:00
2016-10-24 13:26:55 +02:00
2015-05-03 17:47:31 -04:00
2016-06-07 06:46:37 -04:00