diff options
author | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-04-16 17:15:51 +0200 |
---|---|---|
committer | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-05-08 20:15:07 +0200 |
commit | dc913974638af5ba4b0d76bcb3b0efd838bf30a1 (patch) | |
tree | af160d8fa29ce7707493758dc174bd69bdb54aca /src/nvim/version.c | |
parent | b02ba11cb156e094d3f6f12fc7c79a983b6df68d (diff) | |
download | rneovim-dc913974638af5ba4b0d76bcb3b0efd838bf30a1.tar.gz rneovim-dc913974638af5ba4b0d76bcb3b0efd838bf30a1.tar.bz2 rneovim-dc913974638af5ba4b0d76bcb3b0efd838bf30a1.zip |
vim-patch:7.4.1285
Problem: Cannot measure elapsed time.
Solution: Add reltimefloat().
https://github.com/vim/vim/commit/79c2c881bb7ae1cbdeeff91d4875b4bf2e54df06
Applied manually. None of the ifdef's applies anymore, and proftime_T was
changed into an uint64_T, so the function profile_float to convert proftime_T to
float is not needed in nvim.
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 637b3778a7..e0bd83434c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -393,7 +393,7 @@ static int included_patches[] = { // 1288 NA // 1287 NA // 1286 NA - // 1285, + 1285, 1284, // 1283 NA 1282, |