Files
neovim/test/functional
James McCoy 833a6fcb60 coverity/331378: Fix inserting new decor provider
Since the providers are ordered by ns_id, inserting a new provider may
require shifting existing providers around to maintain this ordering.

When this happens, we need to allocate a new element at the end of the
vector and then shift the larger elements to the right.  Rather than
iterating (incorrectly) with a loop and copying each item, use memmove
to copy the entire block.
2021-05-06 18:56:56 -04:00
..
2019-11-27 22:47:25 -08:00
2021-04-08 22:36:20 -04:00
2021-03-30 21:55:51 -04:00
2021-04-27 09:21:35 -04:00