mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-28 13:52:19 +08:00
Optimise ale#Var a little
This commit is contained in:
@@ -34,8 +34,3 @@ Execute(ale#Var should return the global variable for unknown variables):
|
||||
let g:ale_fix_buffer_data = {}
|
||||
|
||||
AssertEqual 'abc', ale#Var(1347347, 'some_variable')
|
||||
|
||||
Execute(ale#Var should return the global variables when the ALE fix variable is undefined):
|
||||
unlet! g:ale_fix_buffer_data
|
||||
|
||||
AssertEqual 'abc', ale#Var(1347347, 'some_variable')
|
||||
|
||||
Reference in New Issue
Block a user