diff options
author | w0rp <devw0rp@gmail.com> | 2017-08-02 22:36:53 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-08-02 22:36:53 +0100 |
commit | 617582c5d3833cf3143067870c87a09647ccf028 (patch) | |
tree | 3c7e18d390ea084e0a102095a9f6724895f0361b /test/command_callback | |
parent | 6e07cf5b12fb633473d374f3dabc37ff16a9e979 (diff) | |
download | ale-617582c5d3833cf3143067870c87a09647ccf028.zip |
Use g: for the PHP Vader tests
Diffstat (limited to 'test/command_callback')
-rw-r--r-- | test/command_callback/test_php_langserver_callbacks.vader | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/command_callback/test_php_langserver_callbacks.vader b/test/command_callback/test_php_langserver_callbacks.vader index d5030450..38630f4b 100644 --- a/test/command_callback/test_php_langserver_callbacks.vader +++ b/test/command_callback/test_php_langserver_callbacks.vader @@ -1,11 +1,11 @@ Before: - Save ale_php_langserver_executable - Save ale_php_langserver_config_path - Save ale_php_langserver_use_global + Save g:ale_php_langserver_executable + Save g:ale_php_langserver_config_path + Save g:ale_php_langserver_use_global - unlet! ale_php_langserver_executable - unlet! ale_php_langserver_config_path - unlet! ale_php_langserver_use_global + unlet! g:ale_php_langserver_executable + unlet! g:ale_php_langserver_config_path + unlet! g:ale_php_langserver_use_global runtime ale_linters/php/langserver.vim |