Files
neovim/runtime/doc
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
doc
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-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-07-08 01:45:21 -04:00
2016-06-15 22:50:37 -04:00
2015-10-23 14:54:10 +03:00
2016-07-08 01:45:20 -04:00
doc
2016-07-03 03:53:42 -04:00
2016-06-06 11:04:05 -04: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-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
2016-06-07 12:19:50 -04:00
2015-08-15 15:25:30 -03: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-15 16:09:46 +01:00
2016-10-24 13:26:55 +02: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
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
2015-10-23 14:54:10 +03:00
2016-06-02 09:39:31 -04:00
2016-05-25 21:05:01 -04:00
2016-07-08 01:45:20 -04: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
2016-01-16 18:34:31 -05:00
2016-07-08 01:45:20 -04: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
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-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