From 48ba2f0109ad2b5bc51b08c55848d526b37fd8d0 Mon Sep 17 00:00:00 2001 From: ZyX Date: Tue, 18 Aug 2015 21:20:48 +0300 Subject: documentation/functests: Replace NeoVim with Neovim --- test/functional/shada/merging_spec.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/functional') diff --git a/test/functional/shada/merging_spec.lua b/test/functional/shada/merging_spec.lua index fd0111d30d..2c3eb72e03 100644 --- a/test/functional/shada/merging_spec.lua +++ b/test/functional/shada/merging_spec.lua @@ -21,7 +21,7 @@ describe('ShaDa history merging code', function() os.remove(shada_fname) end) - it('takes item with greater timestamp from NeoVim instance when reading', + it('takes item with greater timestamp from Neovim instance when reading', function() wshada('\004\001\009\147\000\196\002ab\196\001a') eq(0, exc_exec(sdrcmd())) @@ -40,7 +40,7 @@ describe('ShaDa history merging code', function() eq(1, found) end) - it('takes item with equal timestamp from NeoVim instance when reading', + it('takes item with equal timestamp from Neovim instance when reading', function() wshada('\004\000\009\147\000\196\002ab\196\001a') eq(0, exc_exec(sdrcmd())) @@ -78,7 +78,7 @@ describe('ShaDa history merging code', function() eq(1, found) end) - it('takes item with greater timestamp from NeoVim instance when writing', + it('takes item with greater timestamp from Neovim instance when writing', function() wshada('\004\001\009\147\000\196\002ab\196\001a') eq(0, exc_exec(sdrcmd())) @@ -95,7 +95,7 @@ describe('ShaDa history merging code', function() eq(1, found) end) - it('takes item with equal timestamp from NeoVim instance when writing', + it('takes item with equal timestamp from Neovim instance when writing', function() wshada('\004\000\009\147\000\196\002ab\196\001a') eq(0, exc_exec(sdrcmd())) -- cgit