aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2015-08-18 21:20:48 +0300
committerZyX <kp-pav@yandex.ru>2015-10-08 22:00:49 +0300
commit48ba2f0109ad2b5bc51b08c55848d526b37fd8d0 (patch)
tree41f5f5c9c2dcda4e3e0c07d6f981627127a8c6b4 /test
parent0fe11fe70a1927356bf3c2edc01741c1cd65e614 (diff)
downloadrneovim-48ba2f0109ad2b5bc51b08c55848d526b37fd8d0.tar.gz
rneovim-48ba2f0109ad2b5bc51b08c55848d526b37fd8d0.tar.bz2
rneovim-48ba2f0109ad2b5bc51b08c55848d526b37fd8d0.zip
documentation/functests: Replace NeoVim with Neovim
Diffstat (limited to 'test')
-rw-r--r--test/functional/shada/merging_spec.lua8
1 files changed, 4 insertions, 4 deletions
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()))