Merge pull request #15078 from bfredl/p_vim_vi

refactor(options): remove obsolete distinction of "vi" vs "vim" defaults
This commit is contained in:
Björn Linse
2021-07-14 22:21:57 +02:00
committed by GitHub
7 changed files with 98 additions and 517 deletions

View File

@@ -8,7 +8,7 @@ local clear, feed_command, expect = helpers.clear, helpers.feed_command, helpers
describe("'listchars'", function()
before_each(function()
clear()
feed_command('set listchars&vi')
feed_command('set listchars=eol:$')
end)
-- luacheck: ignore 613 (Trailing whitespace in a string)

View File

@@ -12,7 +12,7 @@ describe('mksession', function()
end)
it('supports "skiprtp" value', function()
command('set sessionoptions&vi')
command('set sessionoptions+=options')
command('set rtp+=$HOME')
command('set pp+=$HOME')
command('mksession! Xtest_mks.out')