mirror of
https://github.com/neovim/neovim.git
synced 2025-11-21 09:36:29 +00:00
eval: Remove v:none
To get v:none back just rever this commit. This will not make json*() functions compatible with Vim though.
This commit is contained in:
@@ -31,7 +31,6 @@ describe('string() function', function()
|
||||
it('dumps special v: values', function()
|
||||
eq('v:true', eval('string(v:true)'))
|
||||
eq('v:false', eval('string(v:false)'))
|
||||
eq('v:none', eval('string(v:none)'))
|
||||
eq('v:null', eval('string(v:null)'))
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user