mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
viml/parser/expressions: Make $ENV not depend on &isident
This commit is contained in:
@@ -717,6 +717,9 @@ describe('api', function()
|
||||
end)
|
||||
|
||||
describe('nvim_parse_expression', function()
|
||||
before_each(function()
|
||||
meths.set_option('isident', '')
|
||||
end)
|
||||
local function simplify_east_api_node(line, east_api_node)
|
||||
if east_api_node == NIL then
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user