mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +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:
@@ -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