From 0f6e25a9e4b1bdc9114d2acd5ceee1520b76e7aa Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Fri, 20 Feb 2015 16:54:21 -0500 Subject: messages: Update common instances of Vim to Nvim #2031 --- test/functional/shell/viml_system_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/functional/shell/viml_system_spec.lua b/test/functional/shell/viml_system_spec.lua index c9ae92048c..922770ad42 100644 --- a/test/functional/shell/viml_system_spec.lua +++ b/test/functional/shell/viml_system_spec.lua @@ -110,7 +110,7 @@ describe('system()', function() ~ | ~ | ~ | - Type :quit to exit Vim | + Type :quit to exit Nvim | ]]) end) end) @@ -276,7 +276,7 @@ describe('systemlist()', function() ~ | ~ | ~ | - Type :quit to exit Vim | + Type :quit to exit Nvim | ]]) end) end) -- cgit