From 41c76d9444e3b5ae0ecb35860d4d7378bb19d4a0 Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Thu, 18 Jun 2015 17:23:29 -0300 Subject: defaults: enable 'smarttab' by default. #2855 --- test/functional/legacy/038_virtual_replace_spec.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/functional/legacy') diff --git a/test/functional/legacy/038_virtual_replace_spec.lua b/test/functional/legacy/038_virtual_replace_spec.lua index 239ffa47e6..94503bd42a 100644 --- a/test/functional/legacy/038_virtual_replace_spec.lua +++ b/test/functional/legacy/038_virtual_replace_spec.lua @@ -10,6 +10,8 @@ describe('Virtual replace mode', function() it('is working', function() -- Make sure that backspace works, no matter what termcap is used. execute('set t_kD=x7f t_kb=x08') + -- Use vi default for 'smarttab' + execute('set nosmarttab') feed('ggdGa') feed('abcdefghi') feed('jklmn') -- cgit