mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
refactor(options): remove obsolete distinction of "vi" vs "vim" defaults
It might come as a schocking surprise, but the defaults we support are the NEOVIM defaults.
This commit is contained in:
@@ -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)
|
||||
|
@@ -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')
|
||||
|
Reference in New Issue
Block a user